public class DefaultAuthenticationTransactionManager
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationTransactionManager
| Constructor and Description |
|---|
DefaultAuthenticationTransactionManager(org.apereo.cas.authentication.AuthenticationManager authenticationManager) |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationManager |
getAuthenticationManager() |
org.apereo.cas.authentication.AuthenticationTransactionManager |
handle(org.apereo.cas.authentication.AuthenticationTransaction authenticationTransaction,
org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResult) |
public DefaultAuthenticationTransactionManager(org.apereo.cas.authentication.AuthenticationManager authenticationManager)
public org.apereo.cas.authentication.AuthenticationTransactionManager handle(org.apereo.cas.authentication.AuthenticationTransaction authenticationTransaction,
org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResult)
throws org.apereo.cas.authentication.AuthenticationException
handle in interface org.apereo.cas.authentication.AuthenticationTransactionManagerorg.apereo.cas.authentication.AuthenticationExceptionpublic org.apereo.cas.authentication.AuthenticationManager getAuthenticationManager()
getAuthenticationManager in interface org.apereo.cas.authentication.AuthenticationTransactionManager