Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
Modifier and Type | Method and Description |
---|---|
ConditionsType |
AssertionType.getConditions()
Get the conditions
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.setConditions(ConditionsType conditions)
Set the conditions
|
Modifier and Type | Field and Description |
---|---|
protected ConditionsType |
AuthnRequestType.conditions |
Modifier and Type | Method and Description |
---|---|
ConditionsType |
AuthnRequestType.getConditions()
Gets the value of the conditions property.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestType.setConditions(ConditionsType value)
Sets the value of the conditions property.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.