Package | Description |
---|---|
org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
org.keycloak.saml | |
org.keycloak.saml.processing.core.saml.v2.writers |
Modifier and Type | Field and Description |
---|---|
protected NameIDPolicyType |
NameIDMappingRequestType.nameIDPolicy |
protected NameIDPolicyType |
AuthnRequestType.nameIDPolicy |
Modifier and Type | Method and Description |
---|---|
NameIDPolicyType |
NameIDMappingRequestType.getNameIDPolicy()
Gets the value of the nameIDPolicy property.
|
NameIDPolicyType |
AuthnRequestType.getNameIDPolicy()
Gets the value of the nameIDPolicy property.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDMappingRequestType.setNameIDPolicy(NameIDPolicyType value)
Sets the value of the nameIDPolicy property.
|
void |
AuthnRequestType.setNameIDPolicy(NameIDPolicyType value)
Sets the value of the nameIDPolicy property.
|
Modifier and Type | Method and Description |
---|---|
NameIDPolicyType |
SAML2NameIDPolicyBuilder.build() |
Modifier and Type | Method and Description |
---|---|
void |
SAMLRequestWriter.write(NameIDPolicyType nameIDPolicy)
Write a
NameIDPolicyType to stream |
Copyright © 2021 JBoss by Red Hat. All rights reserved.