|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.uddi.AuthenticationContextImpl
public class AuthenticationContextImpl
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 |
---|
public AuthenticationContextImpl()
Method Detail |
---|
public void setToken(java.lang.String token)
setToken
in interface AuthenticationContext
token
- String containing an authentication tokenpublic java.lang.String getToken()
getToken
in interface AuthenticationContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |