Uses of Class
org.keycloak.dom.saml.v2.metadata.OrganizationType
Packages that use OrganizationType
-
Uses of OrganizationType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata declared as OrganizationTypeModifier and TypeFieldDescriptionprotected OrganizationTypeEntityDescriptorType.organizationprotected OrganizationTypeRoleDescriptorType.organizationMethods in org.keycloak.dom.saml.v2.metadata that return OrganizationTypeModifier and TypeMethodDescriptionEntityDescriptorType.getOrganization()Gets the value of the organization property.RoleDescriptorType.getOrganization()Gets the value of the organization property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type OrganizationTypeModifier and TypeMethodDescriptionvoidEntityDescriptorType.setOrganization(OrganizationType value) Sets the value of the organization property.voidRoleDescriptorType.setOrganization(OrganizationType value) Sets the value of the organization property.