Package org.apereo.cas.authentication
Interface AuthenticationTransactionFactory
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is
AuthenticationTransactionFactory,
whch produces AuthenticationTransaction objects
that may contain one more or credentials.- Since:
- 6.4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault AuthenticationTransactionnewTransaction(Credential... credentials) New transaction.newTransaction(Service service, Credential... credentials) New transaction.
-
Field Details
-
BEAN_NAME
Default bean name.- See Also:
-
-
Method Details
-
newTransaction
New transaction.- Parameters:
service- the servicecredentials- the credentials- Returns:
- the authentication transaction
-
newTransaction
New transaction.- Parameters:
credentials- the credentials- Returns:
- the authentication transaction
-