edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml
Class AttributeIssuerNameIDFormatExactMatchFunctor
java.lang.Object
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.basic.AbstractMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AbstractNameIDFormatSupportedMatchFunctor
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml.AttributeIssuerNameIDFormatExactMatchFunctor
- All Implemented Interfaces:
- MatchFunctor
public class AttributeIssuerNameIDFormatExactMatchFunctor
- extends AbstractNameIDFormatSupportedMatchFunctor
Checks if the attribute requester supports the required NameID format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeIssuerNameIDFormatExactMatchFunctor
public AttributeIssuerNameIDFormatExactMatchFunctor()
getEntitySSODescriptor
protected org.opensaml.saml2.metadata.SSODescriptor getEntitySSODescriptor(ShibbolethFilteringContext filterContext)
- Gets the SSO role descriptor for the entity to be checked.
- Specified by:
getEntitySSODescriptor
in class AbstractNameIDFormatSupportedMatchFunctor
- Parameters:
filterContext
- current filtering context
- Returns:
- the SSO role descriptor of the entity or null if the entity does not have such a descriptor
Copyright © 1999-2012. All Rights Reserved.