Package org.apereo.cas.web.flow.pac4j
Class SurrogateDelegatedAuthenticationCredentialExtractor
java.lang.Object
org.apereo.cas.authentication.principal.DefaultDelegatedAuthenticationCredentialExtractor
org.apereo.cas.web.flow.pac4j.SurrogateDelegatedAuthenticationCredentialExtractor
- All Implemented Interfaces:
org.apereo.cas.authentication.principal.DelegatedAuthenticationCredentialExtractor
public class SurrogateDelegatedAuthenticationCredentialExtractor
extends org.apereo.cas.authentication.principal.DefaultDelegatedAuthenticationCredentialExtractor
- Since:
- 7.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSurrogateDelegatedAuthenticationCredentialExtractor(org.pac4j.core.context.session.SessionStore sessionStore) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apereo.cas.authentication.principal.ClientCredentialbuildClientCredential(org.pac4j.core.client.BaseClient client, org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.credentials.Credentials credential) Methods inherited from class org.apereo.cas.authentication.principal.DefaultDelegatedAuthenticationCredentialExtractor
extract, getCredentialsFromDelegatedClient
-
Constructor Details
-
SurrogateDelegatedAuthenticationCredentialExtractor
public SurrogateDelegatedAuthenticationCredentialExtractor(org.pac4j.core.context.session.SessionStore sessionStore)
-
-
Method Details
-
buildClientCredential
protected org.apereo.cas.authentication.principal.ClientCredential buildClientCredential(org.pac4j.core.client.BaseClient client, org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.credentials.Credentials credential) - Overrides:
buildClientCredentialin classorg.apereo.cas.authentication.principal.DefaultDelegatedAuthenticationCredentialExtractor
-