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 |
---|---|
SubjectType |
AssertionType.getSubject()
Get the subject
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.setSubject(SubjectType subject)
Set the subject
|
Modifier and Type | Field and Description |
---|---|
protected SubjectType |
SubjectQueryAbstractType.subject |
protected SubjectType |
AuthnRequestType.subject |
Modifier and Type | Method and Description |
---|---|
SubjectType |
SubjectQueryAbstractType.getSubject()
Gets the value of the subject property.
|
SubjectType |
AuthnRequestType.getSubject()
Gets the value of the subject property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectQueryAbstractType.setSubject(SubjectType subject) |
void |
AuthnRequestType.setSubject(SubjectType value)
Sets the value of the subject property.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.