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

    Constructors
    Constructor
    Description
    SurrogateDelegatedAuthenticationCredentialExtractor(org.pac4j.core.context.session.SessionStore sessionStore)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class org.apereo.cas.authentication.principal.DefaultDelegatedAuthenticationCredentialExtractor

    extract, getCredentialsFromDelegatedClient

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      buildClientCredential in class org.apereo.cas.authentication.principal.DefaultDelegatedAuthenticationCredentialExtractor