Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.ecp |
Interfaces for SAML 2 ECP Elements.
|
Modifier and Type | Method and Description |
---|---|
protected String |
SAMLPeerEntityContext.processSaml2Issuer(Issuer issuer)
Resolve the SAML entity ID from a SAML 2 Issuer.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
Assertion.getIssuer()
Gets the Issuer of this assertion.
|
Issuer |
StatusResponseType.getIssuer()
Gets the issuer of this response.
|
Issuer |
RequestAbstractType.getIssuer()
Gets the issuer of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setIssuer(Issuer newIssuer)
Sets the Issuer of this assertion.
|
void |
StatusResponseType.setIssuer(Issuer newIssuer)
Sets the issuer of this response.
|
void |
RequestAbstractType.setIssuer(Issuer newIssuer)
Sets the issuer of this request.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
Request.getIssuer()
Get the Issuer child elemet.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setIssuer(Issuer newIssuer)
Set the Issuer child elemet.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.