Package org.apereo.cas.authentication
Class DefaultAuthenticationTransactionFactory
- java.lang.Object
-
- org.apereo.cas.authentication.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
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationTransactionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationTransactionnewTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credentials)
-
-
-
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:
newTransactionin interfaceorg.apereo.cas.authentication.AuthenticationTransactionFactory
-
-