Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationTransactionManager handle​(org.apereo.cas.authentication.AuthenticationTransaction authenticationTransaction, org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResult)  
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationTransactionManager

        getAuthenticationManager
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultAuthenticationTransactionManager

        public DefaultAuthenticationTransactionManager()
    • 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:
        handle in interface org.apereo.cas.authentication.AuthenticationTransactionManager
        Throws:
        org.apereo.cas.authentication.AuthenticationException