Uses of Class
org.keycloak.dom.saml.v2.metadata.LocalizedNameType
Packages that use LocalizedNameType
Package
Description
-
Uses of LocalizedNameType in org.keycloak.dom.saml.v2.mdui
Fields in org.keycloak.dom.saml.v2.mdui with type parameters of type LocalizedNameTypeModifier and TypeFieldDescriptionprotected List<LocalizedNameType>UIInfoType.descriptionprotected List<LocalizedNameType>UIInfoType.displayNameMethods in org.keycloak.dom.saml.v2.mdui that return types with arguments of type LocalizedNameTypeMethods in org.keycloak.dom.saml.v2.mdui with parameters of type LocalizedNameTypeModifier and TypeMethodDescriptionvoidUIInfoType.addDescription(LocalizedNameType description) voidUIInfoType.addDisplayName(LocalizedNameType displayName) -
Uses of LocalizedNameType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type LocalizedNameTypeModifier and TypeFieldDescriptionprotected List<LocalizedNameType>OrganizationType.organizationDisplayNameprotected List<LocalizedNameType>OrganizationType.organizationNameprotected List<LocalizedNameType>AttributeConsumingServiceType.serviceDescriptionprotected List<LocalizedNameType>AttributeConsumingServiceType.serviceNameMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type LocalizedNameTypeModifier 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.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type LocalizedNameTypeModifier and TypeMethodDescriptionvoidOrganizationType.addOrganizationDisplayName(LocalizedNameType name) Add organization display namevoidOrganizationType.addOrganizationName(LocalizedNameType name) Add an organization namevoidAttributeConsumingServiceType.addServiceDescription(LocalizedNameType desc) Add serviceDescription.voidAttributeConsumingServiceType.addServiceName(LocalizedNameType service) Add serviceNamevoidOrganizationType.removeOrganizationDisplayName(LocalizedNameType name) remove organization display namevoidOrganizationType.removeOrganizationName(LocalizedNameType name) remove an organization namevoidAttributeConsumingServiceType.removeServiceDescription(LocalizedNameType desc) remove serviceDescription.voidAttributeConsumingServiceType.removeServiceName(LocalizedNameType service) remove serviceName -
Uses of LocalizedNameType in org.keycloak.saml.processing.core.saml.v1.writers
Methods in org.keycloak.saml.processing.core.saml.v1.writers with parameters of type LocalizedNameTypeModifier and TypeMethodDescriptionvoidSAML11AssertionWriter.writeLocalizedNameType(LocalizedNameType localizedNameType, QName startElement) -
Uses of LocalizedNameType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type LocalizedNameTypeModifier and TypeMethodDescriptionvoidBaseWriter.writeLocalizedNameType(LocalizedNameType localizedNameType, QName startElement)