Package org.apereo.cas.authentication
Class DefaultAuthenticationTransactionManager
- java.lang.Object
-
- org.apereo.cas.authentication.DefaultAuthenticationTransactionManager
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationTransactionManager
public class DefaultAuthenticationTransactionManager extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationTransactionManager- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationTransactionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationTransactionManagerhandle(org.apereo.cas.authentication.AuthenticationTransaction authenticationTransaction, org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResult)
-
-
-
Method Detail
-
handle
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- Specified by:
handlein interfaceorg.apereo.cas.authentication.AuthenticationTransactionManager- Throws:
org.apereo.cas.authentication.AuthenticationException
-
-