Package | Description |
---|---|
org.apache.ws.security.saml.ext.builder | |
org.opensaml.saml2.binding.decoding |
Classes used to decode SAML 2 messages.
|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
org.opensaml.saml2.ecp | |
org.opensaml.saml2.ecp.impl |
Modifier and Type | Method and Description |
---|---|
static Issuer |
SAML2ComponentBuilder.createIssuer(String issuerValue)
Create an Issuer object
|
Modifier and Type | Method and Description |
---|---|
protected String |
BaseSAML2MessageDecoder.extractEntityId(Issuer issuer)
Extracts the entity ID from the SAML 2 Issuer.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
StatusResponseType.getIssuer()
Gets the issuer of this response.
|
Issuer |
RequestAbstractType.getIssuer()
Gets the issuer of this request.
|
Issuer |
Assertion.getIssuer()
Gets the Issuer of this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseType.setIssuer(Issuer newIssuer)
Sets the issuer of this response.
|
void |
RequestAbstractType.setIssuer(Issuer newIssuer)
Sets the issuer of this request.
|
void |
Assertion.setIssuer(Issuer newIssuer)
Sets the Issuer of this assertion.
|
Modifier and Type | Class and Description |
---|---|
class |
IssuerImpl
A concrete implementation of
Issuer . |
Modifier and Type | Method and Description |
---|---|
Issuer |
IssuerBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Issuer |
IssuerBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Issuer |
StatusResponseTypeImpl.getIssuer()
Gets the issuer of this response.
|
Issuer |
RequestAbstractTypeImpl.getIssuer()
Gets the issuer of this request.
|
Issuer |
AssertionImpl.getIssuer()
Gets the Issuer of this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseTypeImpl.setIssuer(Issuer newIssuer)
Sets the issuer of this response.
|
void |
RequestAbstractTypeImpl.setIssuer(Issuer newIssuer)
Sets the issuer of this request.
|
void |
AssertionImpl.setIssuer(Issuer newIssuer)
Sets the Issuer of this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
IssuerSchemaValidator.validate(Issuer issuer)
Checks to see if a XMLObject is valid.
|
protected void |
IssuerSchemaValidator.validateName(Issuer issuer)
Checks that Issuer name is present.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
RequestImpl.getIssuer()
Get the Issuer child elemet.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestImpl.setIssuer(Issuer newIssuer)
Set the Issuer child elemet.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.