|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InteractiveAuthenticator
Extension to standard Authenticator for authenticators which support interactive authentication with a human user.
May be requested as authentication method "InteractiveAuthentication
" of Membership services which support
it. (this will be an alias for one of the service's own methods).
Method Summary | |
---|---|
boolean |
interact()
Perform user interface interaction with user. |
Methods inherited from interface net.jxta.membership.Authenticator |
---|
getAuthenticationCredential, getMethodName, getSourceService, isReadyForJoin |
Method Detail |
---|
boolean interact()
false
then
Authenticator.isReadyForJoin()
will
also return false
.
true
if the interaction was not cancelled otherwise
false
.
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |