Package org.apereo.cas.authentication
Class DefaultAuthenticationSystemSupport
- java.lang.Object
-
- org.apereo.cas.authentication.DefaultAuthenticationSystemSupport
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationSystemSupport
public class DefaultAuthenticationSystemSupport extends java.lang.Object implements org.apereo.cas.authentication.AuthenticationSystemSupportThis isDefaultAuthenticationSystemSupport.- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationSystemSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationResultBuilderestablishAuthenticationContextFromInitial(org.apereo.cas.authentication.Authentication authentication)org.apereo.cas.authentication.AuthenticationResultBuilderestablishAuthenticationContextFromInitial(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.authentication.Credential credentials)org.apereo.cas.authentication.AuthenticationResultfinalizeAllAuthenticationTransactions(@NonNull org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder, org.apereo.cas.authentication.principal.Service service)org.apereo.cas.authentication.AuthenticationResultfinalizeAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credential)org.apereo.cas.authentication.AuthenticationResultBuilderhandleAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder, org.apereo.cas.authentication.Credential... credentials)org.apereo.cas.authentication.AuthenticationResultBuilderhandleInitialAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credential)-
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.AuthenticationSystemSupport
finalizeAuthenticationTransaction, finalizeAuthenticationTransaction, getAuthenticationResultBuilderFactory, getAuthenticationTransactionFactory, getAuthenticationTransactionManager, getPrincipalElectionStrategy
-
-
-
-
Method Detail
-
handleInitialAuthenticationTransaction
public org.apereo.cas.authentication.AuthenticationResultBuilder handleInitialAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credential) throws org.apereo.cas.authentication.AuthenticationException- Specified by:
handleInitialAuthenticationTransactionin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport- Throws:
org.apereo.cas.authentication.AuthenticationException
-
establishAuthenticationContextFromInitial
public org.apereo.cas.authentication.AuthenticationResultBuilder establishAuthenticationContextFromInitial(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.authentication.Credential credentials)- Specified by:
establishAuthenticationContextFromInitialin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport
-
establishAuthenticationContextFromInitial
public org.apereo.cas.authentication.AuthenticationResultBuilder establishAuthenticationContextFromInitial(org.apereo.cas.authentication.Authentication authentication)
- Specified by:
establishAuthenticationContextFromInitialin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport
-
handleAuthenticationTransaction
public org.apereo.cas.authentication.AuthenticationResultBuilder handleAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder, org.apereo.cas.authentication.Credential... credentials) throws org.apereo.cas.authentication.AuthenticationException- Specified by:
handleAuthenticationTransactionin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport- Throws:
org.apereo.cas.authentication.AuthenticationException
-
finalizeAllAuthenticationTransactions
public org.apereo.cas.authentication.AuthenticationResult finalizeAllAuthenticationTransactions(@NonNull @NonNull org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder, org.apereo.cas.authentication.principal.Service service)- Specified by:
finalizeAllAuthenticationTransactionsin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport
-
finalizeAuthenticationTransaction
public org.apereo.cas.authentication.AuthenticationResult finalizeAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credential) throws org.apereo.cas.authentication.AuthenticationException- Specified by:
finalizeAuthenticationTransactionin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport- Throws:
org.apereo.cas.authentication.AuthenticationException
-
-