Class ReturnEncryptedAttributeReleasePolicy

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

    public class ReturnEncryptedAttributeReleasePolicy
    extends AbstractRegisteredServiceAttributeReleasePolicy
    Return only the collection of allowed attributes out of what's resolved for the principal.
    Since:
    4.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ReturnEncryptedAttributeReleasePolicy

        public ReturnEncryptedAttributeReleasePolicy()
    • Method Detail

      • getAttributesInternal

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributesInternal​(org.apereo.cas.authentication.principal.Principal principal,
                                                                                                            java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> attrs,
                                                                                                            org.apereo.cas.services.RegisteredService registeredService,
                                                                                                            org.apereo.cas.authentication.principal.Service selectedService)
        Description copied from class: AbstractRegisteredServiceAttributeReleasePolicy
        Gets the attributes internally from the implementation.
        Specified by:
        getAttributesInternal in class AbstractRegisteredServiceAttributeReleasePolicy
        Parameters:
        principal - the principal
        attrs - the principal attributes
        registeredService - the service
        selectedService - the selected service
        Returns:
        the attributes allowed for release
      • authorizeReleaseOfAllowedAttributes

        protected java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> authorizeReleaseOfAllowedAttributes​(org.apereo.cas.authentication.principal.Principal principal,
                                                                                                                             java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> attrs,
                                                                                                                             org.apereo.cas.services.RegisteredService registeredService,
                                                                                                                             org.apereo.cas.authentication.principal.Service selectedService)
        Authorize release of allowed attributes map.
        Parameters:
        principal - the principal
        attrs - the attributes
        registeredService - the registered service
        selectedService - the selected service
        Returns:
        the map