Uses of Class
org.keycloak.dom.saml.v2.metadata.KeyDescriptorType
-
Packages that use KeyDescriptorType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of KeyDescriptorType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type KeyDescriptorType Modifier and Type Field Description protected List<KeyDescriptorType>AffiliationDescriptorType. keyDescriptorprotected List<KeyDescriptorType>RoleDescriptorType. keyDescriptorMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type KeyDescriptorType Modifier and Type Method Description List<KeyDescriptorType>AffiliationDescriptorType. getKeyDescriptor()Gets the value of the keyDescriptor property.List<KeyDescriptorType>RoleDescriptorType. getKeyDescriptor()Gets the value of the keyDescriptor property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type KeyDescriptorType Modifier and Type Method Description voidRoleDescriptorType. addKeyDescriptor(KeyDescriptorType keyD)Add key descriptorvoidRoleDescriptorType. removeKeyDescriptor(KeyDescriptorType keyD)remove key descriptor
-