Class ChainingAttributeReleasePolicy

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPolicy​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy policy)
      Add policy.
      java.util.Map<java.lang.String,​java.lang.Object> getAttributes​(org.apereo.cas.authentication.principal.Principal p, org.apereo.cas.authentication.principal.Service selectedService, org.apereo.cas.services.RegisteredService service)  
      int size()
      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

        getConsentableAttributes, isAuthorizedToReleaseAuthenticationAttributes, isAuthorizedToReleaseCredentialPassword, isAuthorizedToReleaseProxyGrantingTicket, setAttributeFilter
    • Constructor Detail

      • ChainingAttributeReleasePolicy

        public ChainingAttributeReleasePolicy()
    • Method Detail

      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getAttributes​(org.apereo.cas.authentication.principal.Principal p,
                                                                                    org.apereo.cas.authentication.principal.Service selectedService,
                                                                                    org.apereo.cas.services.RegisteredService service)
        Specified by:
        getAttributes in interface org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy
      • addPolicy

        public void addPolicy​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy policy)
        Add policy.
        Parameters:
        policy - the policy
      • size

        public int size()
        Size.
        Returns:
        the int