Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
org.keycloak.dom.saml.v2.profiles.sso.ecp | |
org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
Modifier and Type | Field and Description |
---|---|
protected NameIDType |
SubjectConfirmationType.nameID |
Modifier and Type | Method and Description |
---|---|
NameIDType |
AssertionType.getIssuer()
Get the issuer
|
NameIDType |
SubjectConfirmationType.getNameID()
Gets the value of the nameID property.
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionType.setIssuer(NameIDType issuer)
Set the issuer
|
void |
SubjectConfirmationType.setNameID(NameIDType value)
Sets the value of the nameID property.
|
Modifier and Type | Field and Description |
---|---|
protected NameIDType |
RequestType.issuer |
Modifier and Type | Method and Description |
---|---|
NameIDType |
RequestType.getIssuer()
Gets the value of the issuer property.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestType.setIssuer(NameIDType value)
Sets the value of the issuer property.
|
Modifier and Type | Field and Description |
---|---|
protected NameIDType |
StatusResponseType.issuer |
protected NameIDType |
RequestAbstractType.issuer |
protected NameIDType |
NameIDMappingResponseType.nameID |
protected NameIDType |
NameIDMappingRequestType.nameID |
protected NameIDType |
ManageNameIDRequestType.nameID |
protected NameIDType |
LogoutRequestType.nameID |
Modifier and Type | Method and Description |
---|---|
NameIDType |
StatusResponseType.getIssuer()
Gets the value of the issuer property.
|
NameIDType |
RequestAbstractType.getIssuer()
Gets the value of the issuer property.
|
NameIDType |
NameIDMappingResponseType.getNameID()
Gets the value of the nameID property.
|
NameIDType |
NameIDMappingRequestType.getNameID()
Gets the value of the nameID property.
|
NameIDType |
ManageNameIDRequestType.getNameID()
Gets the value of the nameID property.
|
NameIDType |
LogoutRequestType.getNameID()
Gets the value of the nameID property.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseType.setIssuer(NameIDType value)
Sets the value of the issuer property.
|
void |
RequestAbstractType.setIssuer(NameIDType value)
Sets the value of the issuer property.
|
void |
NameIDMappingResponseType.setNameID(NameIDType value)
Sets the value of the nameID property.
|
void |
NameIDMappingRequestType.setNameID(NameIDType value)
Sets the value of the nameID property.
|
void |
ManageNameIDRequestType.setNameID(NameIDType value)
Sets the value of the nameID property.
|
void |
LogoutRequestType.setNameID(NameIDType value)
Sets the value of the nameID property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.