Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
org.keycloak.saml.processing.core.parsers.saml.assertion | |
org.keycloak.saml.processing.core.saml.v2.writers |
Modifier and Type | Field and Description |
---|---|
protected AuthnContextType |
AuthnStatementType.authnContext |
Modifier and Type | Method and Description |
---|---|
AuthnContextType |
AuthnStatementType.getAuthnContext()
Gets the value of the authnContext property.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnStatementType.setAuthnContext(AuthnContextType value)
Sets the value of the authnContext property.
|
Modifier and Type | Method and Description |
---|---|
protected AuthnContextType |
SAMLAuthnContextParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLAuthnContextParser.processSubElement(XMLEventReader xmlEventReader,
AuthnContextType target,
SAMLAssertionQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLAssertionWriter.write(AuthnContextType authContext)
Write an
AuthnContextType to stream |
Copyright © 2020 JBoss by Red Hat. All rights reserved.