Uses of Class
org.keycloak.dom.saml.v2.metadata.KeyDescriptorType
-
-
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. keyDescriptor
protected List<KeyDescriptorType>
RoleDescriptorType. keyDescriptor
Methods 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 void
RoleDescriptorType. addKeyDescriptor(KeyDescriptorType keyD)
Add key descriptorvoid
RoleDescriptorType. removeKeyDescriptor(KeyDescriptorType keyD)
remove key descriptor -
Uses of KeyDescriptorType in org.keycloak.saml.processing.core.parsers.saml.metadata
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return KeyDescriptorType Modifier and Type Method Description protected KeyDescriptorType
SAMLKeyDescriptorParser. instantiateElement(XMLEventReader xmlEventReader, StartElement element)
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type KeyDescriptorType Modifier and Type Method Description protected void
SAMLKeyDescriptorParser. processSubElement(XMLEventReader xmlEventReader, KeyDescriptorType target, SAMLMetadataQNames element, StartElement elementDetail)
-
Uses of KeyDescriptorType in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type KeyDescriptorType Modifier and Type Method Description static X509Certificate
SAMLMetadataUtil. getCertificate(KeyDescriptorType keyDescriptor)
Get theX509Certificate
from the KeyInfo -
Uses of KeyDescriptorType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type KeyDescriptorType Modifier and Type Method Description void
SAMLMetadataWriter. writeKeyDescriptor(KeyDescriptorType keyDescriptor)
-