public class DefaultAuthenticationSystemSupport
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationSystemSupport
DefaultAuthenticationSystemSupport.| Constructor and Description |
|---|
DefaultAuthenticationSystemSupport(org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager,
org.apereo.cas.authentication.PrincipalElectionStrategy principalElectionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationResultBuilder |
establishAuthenticationContextFromInitial(org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.authentication.Credential credentials) |
org.apereo.cas.authentication.AuthenticationResult |
finalizeAllAuthenticationTransactions(org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder,
org.apereo.cas.authentication.principal.Service service) |
org.apereo.cas.authentication.AuthenticationTransactionManager |
getAuthenticationTransactionManager() |
org.apereo.cas.authentication.PrincipalElectionStrategy |
getPrincipalElectionStrategy() |
org.apereo.cas.authentication.AuthenticationResult |
handleAndFinalizeSingleAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Credential... credential) |
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) |
org.apereo.cas.authentication.AuthenticationResultBuilder |
handleInitialAuthenticationTransaction(org.apereo.cas.authentication.principal.Service service,
org.apereo.cas.authentication.Credential... credential) |
public DefaultAuthenticationSystemSupport(org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager,
org.apereo.cas.authentication.PrincipalElectionStrategy principalElectionStrategy)
public org.apereo.cas.authentication.AuthenticationTransactionManager getAuthenticationTransactionManager()
getAuthenticationTransactionManager in interface org.apereo.cas.authentication.AuthenticationSystemSupportpublic org.apereo.cas.authentication.PrincipalElectionStrategy getPrincipalElectionStrategy()
getPrincipalElectionStrategy in interface org.apereo.cas.authentication.AuthenticationSystemSupportpublic 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
handleInitialAuthenticationTransaction in interface org.apereo.cas.authentication.AuthenticationSystemSupportorg.apereo.cas.authentication.AuthenticationExceptionpublic org.apereo.cas.authentication.AuthenticationResultBuilder establishAuthenticationContextFromInitial(org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.authentication.Credential credentials)
establishAuthenticationContextFromInitial in interface org.apereo.cas.authentication.AuthenticationSystemSupportpublic 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
handleAuthenticationTransaction in interface org.apereo.cas.authentication.AuthenticationSystemSupportorg.apereo.cas.authentication.AuthenticationExceptionpublic org.apereo.cas.authentication.AuthenticationResult finalizeAllAuthenticationTransactions(org.apereo.cas.authentication.AuthenticationResultBuilder authenticationResultBuilder,
org.apereo.cas.authentication.principal.Service service)
finalizeAllAuthenticationTransactions in interface org.apereo.cas.authentication.AuthenticationSystemSupportpublic 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
handleAndFinalizeSingleAuthenticationTransaction in interface org.apereo.cas.authentication.AuthenticationSystemSupportorg.apereo.cas.authentication.AuthenticationException