Class OIDCScopedStringAttributeTranscoderTest
java.lang.Object
net.shibboleth.oidc.attribute.transcoding.impl.OIDCScopedStringAttributeTranscoderTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate static final Stringprivate net.shibboleth.idp.attribute.transcoding.impl.AttributeTranscoderRegistryImplprivate static final Stringprivate static final Stringprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
registry
private net.shibboleth.idp.attribute.transcoding.impl.AttributeTranscoderRegistryImpl registry -
ruleset
-
ATTR_ID
- See Also:
-
ATTR_NAME
- See Also:
-
STRING_1
- See Also:
-
STRING_2
- See Also:
-
SCOPE_1
- See Also:
-
SCOPE_2
- See Also:
-
DELIMITER
- See Also:
-
-
Constructor Details
-
OIDCScopedStringAttributeTranscoderTest
public OIDCScopedStringAttributeTranscoderTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
@AfterMethod public void tearDown() -
testNoValues
public void testNoValues() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeEncodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeEncodingException
-
testEncoding
public void testEncoding() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeEncodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeEncodingException
-
testEncoding2
public void testEncoding2() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeEncodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeEncodingException
-
testEncodingWrongType
public void testEncodingWrongType() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeEncodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeEncodingException
-
testDecodingNoValues
public void testDecodingNoValues() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-
testDecodingScopedString
public void testDecodingScopedString() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-
testDecodingScopedStringWithNewDelimiter
public void testDecodingScopedStringWithNewDelimiter() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-
testDecodingUnScopedString
public void testDecodingUnScopedString() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-
testDecodingWrongType
public void testDecodingWrongType() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-
testDecodingStringArrayAsScopedStrings
public void testDecodingStringArrayAsScopedStrings() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-
testDecodingComplexArray
public void testDecodingComplexArray() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-
testDecodingComplexArray_NumberNotSupported
public void testDecodingComplexArray_NumberNotSupported() throws ComponentInitializationException, net.shibboleth.idp.attribute.AttributeDecodingException- Throws:
ComponentInitializationExceptionnet.shibboleth.idp.attribute.AttributeDecodingException
-