Package authentication
Class AuthLogic
java.lang.Object
authentication.AuthLogic
- All Implemented Interfaces:
ExceptionProvider
,ApplicationResponseProvider<AuthorizeResponse>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
acceptResponse
(AuthorizeResponse response) final void
auth
(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:
acceptException
in interfaceExceptionProvider
-
acceptResponse
- Specified by:
acceptResponse
in interfaceApplicationResponseProvider<AuthorizeResponse>
-