public interface Authentication
Modifier and Type | Method and Description |
---|---|
void |
authenticate()
Runs the authentication.
|
Authentication |
getFallback()
Returns authentication's fallback authentication method.
|
String |
getIdentifier()
Returns unique identifier for this authentication method.
|
String getIdentifier()
Authentication getFallback()
void authenticate() throws CommunicationException
CommunicationException
- when error occures during the
communicationCopyright © 2016. All Rights Reserved.