Class ReturnStaticAttributeReleasePolicy

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

    public class ReturnStaticAttributeReleasePolicy
    extends AbstractRegisteredServiceAttributeReleasePolicy
    Return static attributes for the service.
    Since:
    6.6.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ReturnStaticAttributeReleasePolicy

        public ReturnStaticAttributeReleasePolicy()
    • Method Detail

      • getAttributesInternal

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributesInternal​(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicyContext context,
                                                                                                            java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> resolvedAttributes)
        Description copied from class: AbstractRegisteredServiceAttributeReleasePolicy
        Gets the attributes internally from the implementation.
        Specified by:
        getAttributesInternal in class AbstractRegisteredServiceAttributeReleasePolicy
        Parameters:
        context - the context
        resolvedAttributes - the principal attributes
        Returns:
        the attributes allowed for release