Class ChainingAttributeReleasePolicy

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy, org.apereo.cas.services.RegisteredServiceChainingAttributeReleasePolicy, org.springframework.core.Ordered

    public class ChainingAttributeReleasePolicy
    extends java.lang.Object
    implements org.apereo.cas.services.RegisteredServiceChainingAttributeReleasePolicy
    Since:
    5.1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.services.RegisteredServiceChainingAttributeReleasePolicy addPolicies​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy... policies)  
      java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributes​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicyContext context)  
      java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getConsentableAttributes​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicyContext context)  
      org.apereo.cas.services.RegisteredServiceConsentPolicy getConsentPolicy()  
      org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository getPrincipalAttributesRepository()  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy

        getName, getOrder, isAuthorizedToReleaseAuthenticationAttributes, isAuthorizedToReleaseCredentialPassword, isAuthorizedToReleaseProxyGrantingTicket, setAttributeFilter
      • Methods inherited from interface org.apereo.cas.services.RegisteredServiceChainingAttributeReleasePolicy

        addPolicies, getPolicies
    • Constructor Detail

      • ChainingAttributeReleasePolicy

        public ChainingAttributeReleasePolicy()
    • Method Detail

      • getConsentPolicy

        public org.apereo.cas.services.RegisteredServiceConsentPolicy getConsentPolicy()
        Specified by:
        getConsentPolicy in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
      • getPrincipalAttributesRepository

        public org.apereo.cas.authentication.principal.RegisteredServicePrincipalAttributesRepository getPrincipalAttributesRepository()
        Specified by:
        getPrincipalAttributesRepository in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
      • getAttributes

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributes​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicyContext context)
        Specified by:
        getAttributes in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
      • getConsentableAttributes

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getConsentableAttributes​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicyContext context)
        Specified by:
        getConsentableAttributes in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
      • addPolicies

        @CanIgnoreReturnValue
        public org.apereo.cas.services.RegisteredServiceChainingAttributeReleasePolicy addPolicies​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy... policies)
        Specified by:
        addPolicies in interface org.apereo.cas.services.RegisteredServiceChainingAttributeReleasePolicy
      • size

        public int size()
        Specified by:
        size in interface org.apereo.cas.services.RegisteredServiceChainingAttributeReleasePolicy