Uses of Class
org.keycloak.dom.saml.v2.metadata.KeyDescriptorType
Package
Description
-
Uses of KeyDescriptorType in org.keycloak.dom.saml.v2.metadata
Modifier and TypeFieldDescriptionprotected List<KeyDescriptorType>
AffiliationDescriptorType.keyDescriptor
protected List<KeyDescriptorType>
RoleDescriptorType.keyDescriptor
Modifier and TypeMethodDescriptionAffiliationDescriptorType.getKeyDescriptor()
Gets the value of the keyDescriptor property.RoleDescriptorType.getKeyDescriptor()
Gets the value of the keyDescriptor property.Modifier and TypeMethodDescriptionvoid
RoleDescriptorType.addKeyDescriptor
(KeyDescriptorType keyD) Add key descriptorvoid
RoleDescriptorType.removeKeyDescriptor
(KeyDescriptorType keyD) remove key descriptor -
Uses of KeyDescriptorType in org.keycloak.saml
Modifier and TypeMethodDescriptionstatic KeyDescriptorType
SPMetadataDescriptor.buildKeyDescriptorType
(Element keyInfo, KeyTypes use, String... algorithm) Modifier and TypeMethodDescriptionstatic EntityDescriptorType
SPMetadataDescriptor.buildSPDescriptor
(URI loginBinding, URI logoutBinding, URI assertionEndpoint, URI logoutEndpoint, boolean wantAuthnRequestsSigned, boolean wantAssertionsSigned, boolean wantAssertionsEncrypted, String entityId, String nameIDPolicyFormat, List<KeyDescriptorType> signingCerts, List<KeyDescriptorType> encryptionCerts) -
Uses of KeyDescriptorType in org.keycloak.saml.processing.core.parsers.saml.metadata
Modifier and TypeMethodDescriptionprotected KeyDescriptorType
SAMLKeyDescriptorParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLKeyDescriptorParser.processSubElement
(XMLEventReader xmlEventReader, KeyDescriptorType target, SAMLMetadataQNames element, StartElement elementDetail) -
Uses of KeyDescriptorType in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic X509Certificate
SAMLMetadataUtil.getCertificate
(KeyDescriptorType keyDescriptor) Get theX509Certificate
from the KeyInfo -
Uses of KeyDescriptorType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLMetadataWriter.writeKeyDescriptor
(KeyDescriptorType keyDescriptor)