|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the base interface for authenicator objects. An Authentication object is returned when you "Apply" to the membership policy of a peergroup and, when completed is returned to the "Join" operation. The mechanism for completing the authentication object is unique for each authentication method. The only common operation is "isReadyForJoin", which provides information as to whether you have completed the authenticator correctly.
Method Summary | |
AuthenticationCredential |
getAuthenticationCredential()
Return the Authentication Credential associated with this authenticator if any. |
java.lang.String |
getMethodName()
Returns the name of this authentication method. |
Membership |
getSourceService()
Returns the service which generated this authenticator. |
boolean |
isReadyForJoin()
Returns true if this Authenticator has been satisfied and is ready for the join operation. |
Method Detail |
public java.lang.String getMethodName()
public AuthenticationCredential getAuthenticationCredential()
public Membership getSourceService()
public boolean isReadyForJoin()
|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |