Package org.apereo.cas.authentication
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
ConstructorsConstructorDescriptionDefaultAuthenticationTransactionFactory(org.apereo.cas.services.ServicesManager servicesManager) -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationTransactionnewTransaction(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, waitMethods 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:
newTransactionin interfaceorg.apereo.cas.authentication.AuthenticationTransactionFactory
-