Uses of Class
org.keycloak.dom.saml.v2.metadata.LocalizedURIType
Packages that use LocalizedURIType
-
Uses of LocalizedURIType in org.keycloak.dom.saml.v2.mdui
Fields in org.keycloak.dom.saml.v2.mdui with type parameters of type LocalizedURITypeModifier and TypeFieldDescriptionprotected List<LocalizedURIType>UIInfoType.informationURLprotected List<LocalizedURIType>UIInfoType.privacyStatementURLMethods in org.keycloak.dom.saml.v2.mdui that return types with arguments of type LocalizedURITypeModifier and TypeMethodDescriptionUIInfoType.getInformationURL()UIInfoType.getPrivacyStatementURL()Methods in org.keycloak.dom.saml.v2.mdui with parameters of type LocalizedURITypeModifier and TypeMethodDescriptionvoidUIInfoType.addInformationURL(LocalizedURIType informationURL) voidUIInfoType.addPrivacyStatementURL(LocalizedURIType privacyStatementURL) -
Uses of LocalizedURIType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type LocalizedURITypeModifier and TypeFieldDescriptionprotected List<LocalizedURIType>OrganizationType.organizationURLMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type LocalizedURITypeModifier and TypeMethodDescriptionOrganizationType.getOrganizationURL()Gets the value of the organizationURL property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type LocalizedURITypeModifier and TypeMethodDescriptionvoidOrganizationType.addOrganizationURL(LocalizedURIType uri) Add organization urlvoidOrganizationType.removeOrganizationURL(LocalizedURIType uri) remove organization url