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.Credential credentials)org.apereo.cas.authentication.AuthenticationResultfinalizeAllAuthenticationTransactions(org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder, org.apereo.cas.authentication.principal.Service service)org.apereo.cas.authentication.AuthenticationResulthandleAndFinalizeSingleAuthenticationTransaction(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... credential)org.apereo.cas.authentication.AuthenticationResultBuilderhandleInitialAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credential)
-
-
-
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
-
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... credential) 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(org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder, org.apereo.cas.authentication.principal.Service service)- Specified by:
finalizeAllAuthenticationTransactionsin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport
-
handleAndFinalizeSingleAuthenticationTransaction
public org.apereo.cas.authentication.AuthenticationResult handleAndFinalizeSingleAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential... credential) throws org.apereo.cas.authentication.AuthenticationException- Specified by:
handleAndFinalizeSingleAuthenticationTransactionin interfaceorg.apereo.cas.authentication.AuthenticationSystemSupport- Throws:
org.apereo.cas.authentication.AuthenticationException
-
-