Class DefaultAuthenticationTransactionFactory

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.AuthenticationTransactionFactory

    public class DefaultAuthenticationTransactionFactory
    extends java.lang.Object
    implements org.apereo.cas.authentication.AuthenticationTransactionFactory
    Since:
    6.4.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationTransaction newTransaction​(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credentials)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationTransactionFactory

        newTransaction
    • Constructor Detail

      • DefaultAuthenticationTransactionFactory

        public DefaultAuthenticationTransactionFactory()
    • Method Detail

      • newTransaction

        public org.apereo.cas.authentication.AuthenticationTransaction newTransaction​(org.apereo.cas.authentication.principal.Service service,
                                                                                      org.apereo.cas.authentication.Credential... credentials)
        Specified by:
        newTransaction in interface org.apereo.cas.authentication.AuthenticationTransactionFactory