Class AttributeValueMatchesShibMDScope
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.matcher.saml.impl.AbstractMatchesShibMDScopeMatcher
net.shibboleth.idp.attribute.filter.matcher.saml.impl.AttributeValueMatchesShibMDScope
- All Implemented Interfaces:
Matcher
,Component
,DestructableComponent
,IdentifiableComponent
,IdentifiedComponent
,InitializableComponent
Class to implement a filter of string values against <shibmd:scope>.
-
Field Summary
FieldsFields inherited from interface net.shibboleth.idp.attribute.filter.Matcher
MATCHER_FAILS, MATCHES_ALL, MATCHES_NONE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Return the string we want to compare with for the provided value.Methods inherited from class net.shibboleth.idp.attribute.filter.matcher.saml.impl.AbstractMatchesShibMDScopeMatcher
doInitialize, getLogPrefix, getMatchingValues
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
-
Field Details
-
LOG
private static final org.slf4j.Logger LOGClass logger.
-
-
Constructor Details
-
AttributeValueMatchesShibMDScope
public AttributeValueMatchesShibMDScope()
-
-
Method Details
-
getCompareString
Return the string we want to compare with for the provided value.- Specified by:
getCompareString
in classAbstractMatchesShibMDScopeMatcher
- Parameters:
value
- the vaue we are interested.- Returns:
- the string, or null if empty of not relevant.
-