Class MetadataConfiguration.ContactPersonConfig
java.lang.Object
se.swedenconnect.signservice.authn.saml.config.MetadataConfiguration.ContactPersonConfig
- Enclosing class:
MetadataConfiguration
Configuration class for the ContactPerson element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.saml.saml2.metadata.ContactPerson
toElement
(org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration type) Builds aContactPerson
element.
-
Constructor Details
-
ContactPersonConfig
public ContactPersonConfig()
-
-
Method Details
-
toElement
public org.opensaml.saml.saml2.metadata.ContactPerson toElement(@Nonnull org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration type) Builds aContactPerson
element.- Parameters:
type
- the type- Returns:
- a ContactPerson element
-