public static interface InMemoryAuthenticator.Provider extends AuthenticatorProvider<CredentialsUsernamePassword,Boolean>
InMemoryAuthenticator
-specific provider type.Modifier and Type | Method and Description |
---|---|
InMemoryAuthenticator |
provideAuthenticator()
Provides a usable
Authenticator instance. |
InMemoryAuthenticator provideAuthenticator()
Authenticator
instance. Whether "providing"
means creating a new instance or returning an existing one, maybe even
always the same, is completely implementation-specific.provideAuthenticator
in interface AuthenticatorProvider<CredentialsUsernamePassword,Boolean>
Authenticator
instance