Package org.infinispan.server.resp
Interface Authenticator
- All Superinterfaces:
AutoCloseable,Closeable
Authentication mechanism.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate(String username, char[] password) Performs authentication using the supplied credentials and returns the authenticatedSubjectdefault voidclose()default voidinit(RespServer respServer) Invoked by theRespServeron startup.
-
Method Details
-
authenticate
Performs authentication using the supplied credentials and returns the authenticatedSubject -
init
Invoked by theRespServeron startup. Can perform additional configuration- Parameters:
respServer-
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-