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.writers |
Modifier and Type | Field and Description |
---|---|
protected RequestedAuthnContextType |
AuthnRequestType.requestedAuthnContext |
protected RequestedAuthnContextType |
AuthnQueryType.requestedAuthnContext |
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContextType |
AuthnRequestType.getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property.
|
RequestedAuthnContextType |
AuthnQueryType.getRequestedAuthnContext()
Gets the value of the requestedAuthnContext property.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestType.setRequestedAuthnContext(RequestedAuthnContextType value)
Sets the value of the requestedAuthnContext property.
|
void |
AuthnQueryType.setRequestedAuthnContext(RequestedAuthnContextType value)
Sets the value of the requestedAuthnContext property.
|
Modifier and Type | Method and Description |
---|---|
protected RequestedAuthnContextType |
SAMLRequestedAuthnContextParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement startElement)
Parse the attributes at the authnrequesttype element
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLRequestedAuthnContextParser.processSubElement(XMLEventReader xmlEventReader,
RequestedAuthnContextType target,
SAMLProtocolQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLRequestWriter.write(RequestedAuthnContextType requestedAuthnContextType)
Write a
RequestedAuthnContextType to stream |
Copyright © 2020 JBoss by Red Hat. All rights reserved.