Class DefaultAuthenticationTransactionFactory

java.lang.Object
org.apereo.cas.authentication.DefaultAuthenticationTransactionFactory
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.AuthenticationTransactionFactory

public class DefaultAuthenticationTransactionFactory extends Object implements org.apereo.cas.authentication.AuthenticationTransactionFactory
Since:
6.4.0
See Also:
  • Field Summary

    Fields inherited from interface org.apereo.cas.authentication.AuthenticationTransactionFactory

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultAuthenticationTransactionFactory(org.apereo.cas.services.ServicesManager servicesManager)
     
  • Method Summary

    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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.authentication.AuthenticationTransactionFactory

    newTransaction
  • Constructor Details

    • DefaultAuthenticationTransactionFactory

      public DefaultAuthenticationTransactionFactory(org.apereo.cas.services.ServicesManager servicesManager)
  • Method Details

    • 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