Package | Description |
---|---|
org.keycloak.protocol.saml | |
org.keycloak.saml.processing.core.parsers.saml.protocol | |
org.keycloak.saml.processing.core.saml.v2.writers |
Modifier and Type | Method and Description |
---|---|
static ArtifactResponseType |
SamlProtocolUtils.buildArtifactResponse(Document document)
Takes a saml document and inserts it as a body of ArtifactResponseType
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static Document |
SamlProtocolUtils.convert(ArtifactResponseType responseType)
Convert a SAML2 ArtifactResponse into a Document
|
Modifier and Type | Method and Description |
---|---|
protected ArtifactResponseType |
SAMLArtifactResponseParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLArtifactResponseParser.processSubElement(XMLEventReader xmlEventReader,
ArtifactResponseType target,
SAMLProtocolQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLResponseWriter.write(ArtifactResponseType response) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.