Class JaxbAttributeConverter
java.lang.Object
se.swedenconnect.signservice.protocol.dss.jaxb.JaxbAttributeConverter
- All Implemented Interfaces:
AttributeConverter<se.swedenconnect.schemas.saml_2_0.assertion.Attribute>
public class JaxbAttributeConverter
extends Object
implements AttributeConverter<se.swedenconnect.schemas.saml_2_0.assertion.Attribute>
An
AttributeConverter
for the JAXB representation of a SAML Attribute
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvert
(se.swedenconnect.schemas.saml_2_0.assertion.Attribute attribute) se.swedenconnect.schemas.saml_2_0.assertion.Attribute
convert
(IdentityAttribute<?> attribute)
-
Constructor Details
-
JaxbAttributeConverter
public JaxbAttributeConverter()
-
-
Method Details
-
convert
public se.swedenconnect.schemas.saml_2_0.assertion.Attribute convert(IdentityAttribute<?> attribute) throws AttributeException - Specified by:
convert
in interfaceAttributeConverter<se.swedenconnect.schemas.saml_2_0.assertion.Attribute>
- Throws:
AttributeException
-
convert
public IdentityAttribute<?> convert(se.swedenconnect.schemas.saml_2_0.assertion.Attribute attribute) throws AttributeException - Specified by:
convert
in interfaceAttributeConverter<se.swedenconnect.schemas.saml_2_0.assertion.Attribute>
- Throws:
AttributeException
-