Class SAMLEncoderSupportTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- net.shibboleth.idp.saml.attribute.transcoding.SAMLEncoderSupportTest
-
public class SAMLEncoderSupportTest extends org.opensaml.core.testing.OpenSAMLInitBaseTestCaseTest forSAMLEncoderSupport.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classSAMLEncoderSupportTest.ScopedValueBuilderprivate classSAMLEncoderSupportTest.ScopedValueImplprivate classSAMLEncoderSupportTest.ScopedValueMarshallerprivate classSAMLEncoderSupportTest.ScopedValueUnmarshaller
-
Field Summary
Fields Modifier and Type Field Description private static IdPAttributeATTRprivate static byte[]BYTE_ARRAY_VALUEprivate static StringDELIMITERprivate static QNameQNAMEprivate static StringQNAME_LOCALPARTTest values.private static StringSCOPE_ATTRIBUTE_NAMEprivate static ScopedStringAttributeValueSCOPEDVALprivate static StringSTRING_SCOPEprivate static StringSTRING_VALUE
-
Constructor Summary
Constructors Constructor Description SAMLEncoderSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeByteArrayValue()voidencodeScopedStringValueAttribute()voidencodeScopedStringValueInline()voidencodeStringValue()voidencodeXmlObjectValue()
-
-
-
Field Detail
-
QNAME_LOCALPART
private static final String QNAME_LOCALPART
Test values.- See Also:
- Constant Field Values
-
QNAME
private static final QName QNAME
-
STRING_VALUE
private static final String STRING_VALUE
- See Also:
- Constant Field Values
-
STRING_SCOPE
private static final String STRING_SCOPE
- See Also:
- Constant Field Values
-
SCOPE_ATTRIBUTE_NAME
private static final String SCOPE_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
DELIMITER
private static final String DELIMITER
- See Also:
- Constant Field Values
-
ATTR
private static final IdPAttribute ATTR
-
BYTE_ARRAY_VALUE
private static final byte[] BYTE_ARRAY_VALUE
-
SCOPEDVAL
private static final ScopedStringAttributeValue SCOPEDVAL
-
-
Method Detail
-
encodeStringValue
public void encodeStringValue()
-
encodeByteArrayValue
public void encodeByteArrayValue() throws DecodingException, EncodingException- Throws:
DecodingExceptionEncodingException
-
encodeXmlObjectValue
public void encodeXmlObjectValue()
-
encodeScopedStringValueAttribute
public void encodeScopedStringValueAttribute()
-
encodeScopedStringValueInline
public void encodeScopedStringValueInline()
-
-