Class AttributeInOIDCRequestedClaimsRuleParserTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- net.shibboleth.idp.attribute.filter.spring.testing.BaseAttributeFilterParserTest
-
- net.shibboleth.idp.plugin.oidc.op.attribute.filter.spring.matcher.impl.AttributeInOIDCRequestedClaimsRuleParserTest
-
public class AttributeInOIDCRequestedClaimsRuleParserTest extends net.shibboleth.idp.attribute.filter.spring.testing.BaseAttributeFilterParserTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringOIDC_MATCHER_PATH
-
Constructor Summary
Constructors Constructor Description AttributeInOIDCRequestedClaimsRuleParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.shibboleth.idp.attribute.filter.MatchergetOIDCMatcher(String fileName)voidpolicy()-
Methods inherited from class net.shibboleth.idp.attribute.filter.spring.testing.BaseAttributeFilterParserTest
contextWithPropertyValue, getAttributeRulesAttributeFilterPolicy, getAttributes, getBean, getBean, getMatcher, getMatcher, getPolicyRule, getPolicyRule, getPolicyRuleFromAttributeFilterPolicy, rootCause, setTestContext, tearDownTestContext
-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
-
-
-
Field Detail
-
OIDC_MATCHER_PATH
protected static final String OIDC_MATCHER_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
policy
public void policy() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
getOIDCMatcher
protected net.shibboleth.idp.attribute.filter.Matcher getOIDCMatcher(String fileName) throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
-