Class ContextDerivedAttributeDefinitionsParserTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
-
- net.shibboleth.idp.attribute.resolver.spring.ad.ContextDerivedAttributeDefinitionsParserTest
-
public class ContextDerivedAttributeDefinitionsParserTest extends BaseAttributeDefinitionParserTest
Test forSubjectDerivedAttributeDefinitionParserandContextDerivedAttributeDefinitionParser.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringSIMPLE_VALUESimple result.-
Fields inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
ATTRIBUTE_FILE_PATH, BEAN_FILE_PATH, DATACONNECTOR_FILE_PATH, ENCODER_FILE_PATH, pendingTeardownContext, PRINCIPALCONNECTOR_FILE_PATH
-
-
Constructor Summary
Constructors Constructor Description ContextDerivedAttributeDefinitionsParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplex()voidcontext()voiddependency()voidfail()private net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContextgetCtx(String attributeName, boolean c14n)voidresolverSubject()voidresolverSubjectViaC14N()voidwarn()-
Methods inherited from class net.shibboleth.idp.attribute.resolver.spring.BaseAttributeDefinitionParserTest
getAttributeDefn, getAttributeDefn, getAttributeDefn, getAttributeDefn, getBean, getBean, getDataConnector, getResolver, loadFile, setTestContext, tearDownTestContext
-
-
-
-
Field Detail
-
SIMPLE_VALUE
private static final String SIMPLE_VALUE
Simple result.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCtx
private net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext getCtx(String attributeName, boolean c14n)
-
resolverSubject
public void resolverSubject() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
resolverSubjectViaC14N
public void resolverSubjectViaC14N() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
complex
public void complex() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
context
public void context() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
warn
public void warn() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
fail
public void fail() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
dependency
public void dependency() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
-