Uses of Class
org.keycloak.dom.saml.v2.metadata.LocalizedNameType
Package
Description
-
Uses of LocalizedNameType in org.keycloak.dom.saml.v2.mdui
Modifier and TypeFieldDescriptionprotected List<LocalizedNameType>
UIInfoType.description
protected List<LocalizedNameType>
UIInfoType.displayName
Modifier and TypeMethodDescriptionvoid
UIInfoType.addDescription
(LocalizedNameType description) void
UIInfoType.addDisplayName
(LocalizedNameType displayName) -
Uses of LocalizedNameType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeFieldDescriptionprotected List<LocalizedNameType>
OrganizationType.organizationDisplayName
protected List<LocalizedNameType>
OrganizationType.organizationName
protected List<LocalizedNameType>
AttributeConsumingServiceType.serviceDescription
protected List<LocalizedNameType>
AttributeConsumingServiceType.serviceName
Modifier and TypeMethodDescriptionOrganizationType.getOrganizationDisplayName()
Gets the value of the organizationDisplayName property.OrganizationType.getOrganizationName()
Gets the value of the organizationName property.AttributeConsumingServiceType.getServiceDescription()
Gets the value of the serviceDescription property.AttributeConsumingServiceType.getServiceName()
Gets the value of the serviceName property.Modifier and TypeMethodDescriptionvoid
OrganizationType.addOrganizationDisplayName
(LocalizedNameType name) Add organization display namevoid
OrganizationType.addOrganizationName
(LocalizedNameType name) Add an organization namevoid
AttributeConsumingServiceType.addServiceDescription
(LocalizedNameType desc) Add serviceDescription.void
AttributeConsumingServiceType.addServiceName
(LocalizedNameType service) Add serviceNamevoid
OrganizationType.removeOrganizationDisplayName
(LocalizedNameType name) remove organization display namevoid
OrganizationType.removeOrganizationName
(LocalizedNameType name) remove an organization namevoid
AttributeConsumingServiceType.removeServiceDescription
(LocalizedNameType desc) remove serviceDescription.void
AttributeConsumingServiceType.removeServiceName
(LocalizedNameType service) remove serviceName -
Uses of LocalizedNameType in org.keycloak.saml.processing.core.saml.v1.writers
Modifier and TypeMethodDescriptionvoid
SAML11AssertionWriter.writeLocalizedNameType
(LocalizedNameType localizedNameType, QName startElement) -
Uses of LocalizedNameType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
BaseWriter.writeLocalizedNameType
(LocalizedNameType localizedNameType, QName startElement)