toolbox.uddi
Class AuthenticationContextImpl

Package class diagram package AuthenticationContextImpl
java.lang.Object
  extended by toolbox.uddi.AuthenticationContextImpl
All Implemented Interfaces:
AuthenticationContext

public class AuthenticationContextImpl
extends java.lang.Object
implements AuthenticationContext

Default AuthenticationContext implementation.


Constructor Summary
AuthenticationContextImpl()
          Default constructor.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationContextImpl

public AuthenticationContextImpl()
Default constructor.

Method Detail

setToken

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

Specified by:
setToken in interface AuthenticationContext
Parameters:
token - String containing an authentication token

getToken

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

Specified by:
getToken in interface AuthenticationContext
Returns:
String containing an authentication token.