Uses of Class
org.keycloak.dom.saml.v2.metadata.ExtensionsType
Packages that use ExtensionsType
-
Uses of ExtensionsType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata declared as ExtensionsTypeModifier and TypeFieldDescriptionprotected ExtensionsTypeAffiliationDescriptorType.extensionsprotected ExtensionsTypeContactType.extensionsprotected ExtensionsTypeEntitiesDescriptorType.extensionsprotected ExtensionsTypeEntityDescriptorType.extensionsprotected ExtensionsTypeOrganizationType.extensionsprotected ExtensionsTypeRoleDescriptorType.extensionsMethods in org.keycloak.dom.saml.v2.metadata that return ExtensionsTypeModifier and TypeMethodDescriptionAffiliationDescriptorType.getExtensions()Gets the value of the extensions property.ContactType.getExtensions()Gets the value of the extensions property.EntitiesDescriptorType.getExtensions()Gets the value of the extensions property.EntityDescriptorType.getExtensions()Gets the value of the extensions property.OrganizationType.getExtensions()Gets the value of the extensions property.RoleDescriptorType.getExtensions()Gets the value of the extensions property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type ExtensionsTypeModifier and TypeMethodDescriptionvoidAffiliationDescriptorType.setExtensions(ExtensionsType value) Sets the value of the extensions property.voidContactType.setExtensions(ExtensionsType value) Sets the value of the extensions property.voidEntitiesDescriptorType.setExtensions(ExtensionsType value) Sets the value of the extensions property.voidEntityDescriptorType.setExtensions(ExtensionsType value) Sets the value of the extensions property.voidOrganizationType.setExtensions(ExtensionsType value) Sets the value of the extensions property.voidRoleDescriptorType.setExtensions(ExtensionsType value) Sets the value of the extensions property.