Package | Description |
---|---|
org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
org.keycloak.saml.processing.core.parsers.saml.protocol | |
org.keycloak.saml.processing.core.saml.v2.factories | |
org.keycloak.saml.processing.core.saml.v2.writers |
Modifier and Type | Field and Description |
---|---|
protected StatusType |
StatusResponseType.status |
Modifier and Type | Method and Description |
---|---|
StatusType |
StatusResponseType.getStatus()
Gets the value of the status property.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseType.setStatus(StatusType value)
Sets the value of the status property.
|
Modifier and Type | Method and Description |
---|---|
protected StatusType |
SAMLStatusParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLStatusParser.processSubElement(XMLEventReader xmlEventReader,
StatusType target,
SAMLProtocolQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
static StatusType |
JBossSAMLAuthnResponseFactory.createStatusType(String statusCodeURI)
Create a StatusType given the status code uri
|
static StatusType |
JBossSAMLAuthnResponseFactory.createStatusTypeForResponder(String statusCodeURI)
Create a
StatusType with a top-level org.picketlink.common.constants.JBossSAMLURIConstants.STATUS_RESPONDER
and a second-level code reflecting the given statusCodeURI . |
Modifier and Type | Method and Description |
---|---|
void |
SAMLResponseWriter.write(StatusType status)
Write a
StatusType to stream |
Copyright © 2020 JBoss by Red Hat. All rights reserved.