Class OrganizationBuilder
java.lang.Object
se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder<Organization>
se.swedenconnect.opensaml.saml2.metadata.build.OrganizationBuilder
- All Implemented Interfaces:
SAMLObjectBuilder<Organization>
A builder for
Organization elements.- Author:
- Martin Lindström (martin@idsec.se)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OrganizationBuilderbuilder()Utility method that creates a builder.protected Class<Organization> Returns the object type.organizationDisplayNames(List<LocalizedString> organizationDisplayNames) Assigns theOrganizationDisplayNameelements.organizationDisplayNames(LocalizedString... organizationDisplayNames) organizationNames(List<LocalizedString> organizationNames) Assigns theOrganizationNameelements.organizationNames(LocalizedString... organizationNames) organizationURLs(List<LocalizedString> organizationURLs) Assigns theOrganizationURLelements.organizationURLs(LocalizedString... organizationURLs) Methods inherited from class se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder
build, getDefaultElementName, object
-
Constructor Details
-
OrganizationBuilder
public OrganizationBuilder()
-
-
Method Details
-
builder
Utility method that creates a builder.- Returns:
- a builder
-
getObjectType
Returns the object type.- Specified by:
getObjectTypein classAbstractSAMLObjectBuilder<Organization>- Returns:
- the object type
-
organizationNames
Assigns theOrganizationNameelements.- Parameters:
organizationNames- the names- Returns:
- the builder
-
organizationNames
- Parameters:
organizationNames- the names- Returns:
- the builder
- See Also:
-
organizationDisplayNames
Assigns theOrganizationDisplayNameelements.- Parameters:
organizationDisplayNames- the names- Returns:
- the builder
-
organizationDisplayNames
- Parameters:
organizationDisplayNames- the names- Returns:
- the builder
- See Also:
-
organizationURLs
Assigns theOrganizationURLelements.- Parameters:
organizationURLs- the URLs- Returns:
- the builder
-
organizationURLs
- Parameters:
organizationURLs- the URLs- Returns:
- the builder
- See Also:
-