Uses of Class
org.keycloak.dom.saml.v2.protocol.ArtifactResponseType
Package
Description
-
Uses of ArtifactResponseType in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionstatic ArtifactResponseType
SamlProtocolUtils.buildArtifactResponse
(SAML2Object samlObject, NameIDType issuer) Takes a saml object (an object that will be part of resulting ArtifactResponse), and inserts it as the body of an ArtifactResponse.static ArtifactResponseType
SamlProtocolUtils.buildArtifactResponse
(SAML2Object samlObject, NameIDType issuer, URI statusCode) Takes a saml object (an object that will be part of resulting ArtifactResponse), and inserts it as the body of an ArtifactResponse.static ArtifactResponseType
SamlProtocolUtils.buildArtifactResponse
(Document document) Takes a saml document and inserts it as a body of ArtifactResponseTypeModifier and TypeMethodDescriptionstatic Document
SamlProtocolUtils.convert
(ArtifactResponseType responseType) Convert a SAML2 ArtifactResponse into a Document -
Uses of ArtifactResponseType in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeMethodDescriptionprotected ArtifactResponseType
SAMLArtifactResponseParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLArtifactResponseParser.processSubElement
(XMLEventReader xmlEventReader, ArtifactResponseType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of ArtifactResponseType in org.keycloak.saml.processing.core.saml.v2.writers