Package authentication
Class AuthLogic
java.lang.Object
authentication.AuthLogic
- All Implemented Interfaces:
ExceptionProvider,ApplicationResponseProvider<AuthorizeResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidacceptResponse(AuthorizeResponse response) final voidauth(String username, char[] password, ApplicationResponseProvider<AuthorizeResponse>... providers)
-
Constructor Details
-
AuthLogic
public AuthLogic()
-
-
Method Details
-
auth
@SafeVarargs public final void auth(String username, char[] password, ApplicationResponseProvider<AuthorizeResponse>... providers) -
acceptException
- Specified by:
acceptExceptionin interfaceExceptionProvider
-
acceptResponse
- Specified by:
acceptResponsein interfaceApplicationResponseProvider<AuthorizeResponse>
-