Class AttributeOIDCScopePolicyRule

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.shibboleth.idp.attribute.filter.PolicyRequirementRule

        net.shibboleth.idp.attribute.filter.PolicyRequirementRule.Tristate
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.slf4j.Logger log
      Class logger.
      • Fields inherited from interface net.shibboleth.idp.attribute.filter.PolicyRequirementRule

        MATCHES_ALL, MATCHES_NONE, REQUIREMENT_RULE_FAILS
    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
    • Constructor Detail

      • AttributeOIDCScopePolicyRule

        public AttributeOIDCScopePolicyRule()
    • Method Detail

      • matches

        public net.shibboleth.idp.attribute.filter.PolicyRequirementRule.Tristate matches​(@Nonnull
                                                                                          net.shibboleth.idp.attribute.filter.context.AttributeFilterContext filterContext)
        Compare the authentication request scopes with the provided string.
        Parameters:
        filterContext - the context
        Returns:
        whether it matches