toolbox.uddi
Interface AuthenticationContext

Package class diagram package AuthenticationContext
All Known Implementing Classes:
AuthenticationContextImpl

public interface AuthenticationContext

Interface that defines a simple container for a UDDI authentication token.


Method Summary
 java.lang.String getToken()
          Return the token that this context is using.
 void setToken(java.lang.String token)
          Set the token that this context will use.
 

Method Detail

setToken

void setToken(java.lang.String token)
Set the token that this context will use.

Parameters:
token - String containing an authentication token

getToken

java.lang.String getToken()
Return the token that this context is using.

Returns:
String containing an authentication token.