Uses of Class
org.keycloak.dom.saml.v2.metadata.KeyDescriptorType
Packages that use KeyDescriptorType
Package
Description
-
Uses of KeyDescriptorType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata with type parameters of type KeyDescriptorTypeModifier and TypeFieldDescriptionprotected List<KeyDescriptorType>AffiliationDescriptorType.keyDescriptorprotected List<KeyDescriptorType>RoleDescriptorType.keyDescriptorMethods in org.keycloak.dom.saml.v2.metadata that return types with arguments of type KeyDescriptorTypeModifier and TypeMethodDescriptionAffiliationDescriptorType.getKeyDescriptor()Gets the value of the keyDescriptor property.RoleDescriptorType.getKeyDescriptor()Gets the value of the keyDescriptor property.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type KeyDescriptorTypeModifier and TypeMethodDescriptionvoidRoleDescriptorType.addKeyDescriptor(KeyDescriptorType keyD) Add key descriptorvoidRoleDescriptorType.removeKeyDescriptor(KeyDescriptorType keyD) remove key descriptor -
Uses of KeyDescriptorType in org.keycloak.saml
Methods in org.keycloak.saml that return KeyDescriptorTypeModifier and TypeMethodDescriptionstatic KeyDescriptorTypeSPMetadataDescriptor.buildKeyDescriptorType(Element keyInfo, KeyTypes use, String... algorithm) Method parameters in org.keycloak.saml with type arguments of type KeyDescriptorTypeModifier and TypeMethodDescriptionstatic EntityDescriptorTypeSPMetadataDescriptor.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
Methods in org.keycloak.saml.processing.core.parsers.saml.metadata that return KeyDescriptorTypeModifier and TypeMethodDescriptionprotected KeyDescriptorTypeSAMLKeyDescriptorParser.instantiateElement(XMLEventReader xmlEventReader, StartElement element) Methods in org.keycloak.saml.processing.core.parsers.saml.metadata with parameters of type KeyDescriptorTypeModifier and TypeMethodDescriptionprotected voidSAMLKeyDescriptorParser.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 KeyDescriptorTypeModifier and TypeMethodDescriptionstatic X509CertificateSAMLMetadataUtil.getCertificate(KeyDescriptorType keyDescriptor) Get theX509Certificatefrom 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 KeyDescriptorTypeModifier and TypeMethodDescriptionvoidSAMLMetadataWriter.writeKeyDescriptor(KeyDescriptorType keyDescriptor)