Class AttributeOIDCScopePolicyRule
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
- net.shibboleth.idp.attribute.filter.policyrule.impl.AbstractPolicyRule
-
- net.shibboleth.idp.attribute.filter.policyrule.impl.AbstractStringPolicyRule
-
- net.shibboleth.idp.plugin.oidc.op.attribute.filter.policyrule.impl.AttributeOIDCScopePolicyRule
-
- All Implemented Interfaces:
net.shibboleth.idp.attribute.filter.PolicyRequirementRule,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
public class AttributeOIDCScopePolicyRule extends net.shibboleth.idp.attribute.filter.policyrule.impl.AbstractStringPolicyRuleCompare the scopes of oidc authentication request with the provided value.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description AttributeOIDCScopePolicyRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.shibboleth.idp.attribute.filter.PolicyRequirementRule.Tristatematches(net.shibboleth.idp.attribute.filter.context.AttributeFilterContext filterContext)Compare the authentication request scopes with the provided string.-
Methods inherited from class net.shibboleth.idp.attribute.filter.policyrule.impl.AbstractStringPolicyRule
getMatchString, isCaseSensitive, isIgnoreCase, setCaseSensitive, setIgnoreCase, setMatchString, stringCompare
-
Methods inherited from class net.shibboleth.idp.attribute.filter.policyrule.impl.AbstractPolicyRule
doInitialize, getLogPrefix
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
-
-
-
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
-
-