public class SurrogateAuthenticationPostProcessor extends java.lang.Object implements AuthenticationPostProcessor
SurrogateAuthenticationPostProcessor
.Constructor and Description |
---|
SurrogateAuthenticationPostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(AuthenticationBuilder builder,
AuthenticationTransaction transaction)
Process the authentication event.
|
boolean |
supports(Credential credential)
Determines whether the processor has the capability to perform tasks on the given credential.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrder
public SurrogateAuthenticationPostProcessor()
public void process(AuthenticationBuilder builder, AuthenticationTransaction transaction) throws AuthenticationException
AuthenticationPostProcessor
process
in interface AuthenticationPostProcessor
builder
- Builder object that temporarily holds authentication metadata.transaction
- The authentication transaction.AuthenticationException
- the authn security exceptionpublic boolean supports(Credential credential)
AuthenticationPostProcessor
supports
in interface AuthenticationPostProcessor
credential
- The credential to check.