public interface AuthenticationHandlerResolver
AuthenticationHandlerResolver which decides which set of
authentication handlers shall be chosen for a given authN event.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AuthenticationHandler> |
resolve(java.util.Set<AuthenticationHandler> candidateHandlers,
AuthenticationTransaction transaction)
Resolve set of authentication handlers.
|
java.util.Set<AuthenticationHandler> resolve(java.util.Set<AuthenticationHandler> candidateHandlers, AuthenticationTransaction transaction)
candidateHandlers - the candidate handlerstransaction - the transaction