Uses of Class
org.keycloak.dom.saml.v2.metadata.OrganizationType
-
Packages that use OrganizationType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of OrganizationType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata declared as OrganizationType Modifier and Type Field Description protected OrganizationTypeEntityDescriptorType. organizationprotected OrganizationTypeRoleDescriptorType. organizationMethods in org.keycloak.dom.saml.v2.metadata that return OrganizationType Modifier and Type Method Description OrganizationTypeEntityDescriptorType. getOrganization()Gets the value of the organization property.OrganizationTypeRoleDescriptorType. getOrganization()Gets the value of the organization property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type OrganizationType Modifier and Type Method Description voidEntityDescriptorType. setOrganization(OrganizationType value)Sets the value of the organization property.voidRoleDescriptorType. setOrganization(OrganizationType value)Sets the value of the organization property.
-