Uses of Class
org.keycloak.dom.saml.v2.metadata.LocalizedURIType
-
Packages that use LocalizedURIType Package Description org.keycloak.dom.saml.v2.mdui org.keycloak.dom.saml.v2.metadata -
-
Uses of LocalizedURIType in org.keycloak.dom.saml.v2.mdui
Fields in org.keycloak.dom.saml.v2.mdui with type parameters of type LocalizedURIType Modifier and Type Field Description protected List<LocalizedURIType>UIInfoType. informationURLprotected List<LocalizedURIType>UIInfoType. privacyStatementURLMethods in org.keycloak.dom.saml.v2.mdui that return types with arguments of type LocalizedURIType Modifier and Type Method Description List<LocalizedURIType>UIInfoType. getInformationURL()List<LocalizedURIType>UIInfoType. getPrivacyStatementURL()Methods in org.keycloak.dom.saml.v2.mdui with parameters of type LocalizedURIType Modifier and Type Method Description voidUIInfoType. 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 LocalizedURIType Modifier and Type Field Description protected List<LocalizedURIType>OrganizationType. organizationURLMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type LocalizedURIType Modifier and Type Method Description List<LocalizedURIType>OrganizationType. getOrganizationURL()Gets the value of the organizationURL property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type LocalizedURIType Modifier and Type Method Description voidOrganizationType. addOrganizationURL(LocalizedURIType uri)Add organization urlvoidOrganizationType. removeOrganizationURL(LocalizedURIType uri)remove organization url
-