Class OidcProfileScopeToAttributesFilter

  • All Implemented Interfaces:
    org.apereo.cas.support.oauth.profile.OAuth20ProfileScopeToAttributesFilter

    public class OidcProfileScopeToAttributesFilter
    extends org.apereo.cas.support.oauth.profile.DefaultOAuth20ProfileScopeToAttributesFilter
    Since:
    5.1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      OidcProfileScopeToAttributesFilter​(org.apereo.cas.authentication.principal.PrincipalFactory principalFactory, org.apereo.cas.services.ServicesManager servicesManager, java.util.Collection<org.apereo.cas.oidc.claims.BaseOidcScopeAttributeReleasePolicy> userScopes, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.principal.Principal filter​(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.principal.Principal profile, org.apereo.cas.services.RegisteredService registeredService, org.pac4j.core.context.J2EContext context, org.apereo.cas.ticket.accesstoken.AccessToken accessToken)  
      void reconcile​(org.apereo.cas.services.RegisteredService service)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OidcProfileScopeToAttributesFilter

        public OidcProfileScopeToAttributesFilter​(org.apereo.cas.authentication.principal.PrincipalFactory principalFactory,
                                                  org.apereo.cas.services.ServicesManager servicesManager,
                                                  java.util.Collection<org.apereo.cas.oidc.claims.BaseOidcScopeAttributeReleasePolicy> userScopes,
                                                  org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • Method Detail

      • filter

        public org.apereo.cas.authentication.principal.Principal filter​(org.apereo.cas.authentication.principal.Service service,
                                                                        org.apereo.cas.authentication.principal.Principal profile,
                                                                        org.apereo.cas.services.RegisteredService registeredService,
                                                                        org.pac4j.core.context.J2EContext context,
                                                                        org.apereo.cas.ticket.accesstoken.AccessToken accessToken)
      • reconcile

        public void reconcile​(org.apereo.cas.services.RegisteredService service)