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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.saml.saml2.metadata.ContactPersontoElement(org.opensaml.saml.saml2.metadata.ContactPersonTypeEnumeration type) Builds aContactPersonelement. 
- 
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 aContactPersonelement.- Parameters:
 type- the type- Returns:
 - a ContactPerson element
 
 
 -