|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Issuer | |
---|---|
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 |
Uses of Issuer in org.opensaml.saml2.binding.decoding |
---|
Methods in org.opensaml.saml2.binding.decoding with parameters of type Issuer | |
---|---|
protected java.lang.String |
BaseSAML2MessageDecoder.extractEntityId(Issuer issuer)
Extracts the entity ID from the SAML 2 Issuer. |
Uses of Issuer in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return Issuer | |
---|---|
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. |
Methods in org.opensaml.saml2.core with parameters of type Issuer | |
---|---|
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. |
Uses of Issuer in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement Issuer | |
---|---|
class |
IssuerImpl
A concrete implementation of Issuer . |
Methods in org.opensaml.saml2.core.impl that return Issuer | |
---|---|
Issuer |
IssuerBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Issuer |
IssuerBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Issuer |
AssertionImpl.getIssuer()
Gets the Issuer of this assertion. |
Issuer |
RequestAbstractTypeImpl.getIssuer()
Gets the issuer of this request. |
Issuer |
StatusResponseTypeImpl.getIssuer()
Gets the issuer of this response. |
Methods in org.opensaml.saml2.core.impl with parameters of type Issuer | |
---|---|
void |
AssertionImpl.setIssuer(Issuer newIssuer)
Sets the Issuer of this assertion. |
void |
RequestAbstractTypeImpl.setIssuer(Issuer newIssuer)
Sets the issuer of this request. |
void |
StatusResponseTypeImpl.setIssuer(Issuer newIssuer)
Sets the issuer of this response. |
Uses of Issuer in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type Issuer | |
---|---|
void |
IssuerSchemaValidator.validate(Issuer issuer)
|
protected void |
IssuerSchemaValidator.validateName(Issuer issuer)
Checks that Issuer name is present. |
Uses of Issuer in org.opensaml.saml2.ecp |
---|
Methods in org.opensaml.saml2.ecp that return Issuer | |
---|---|
Issuer |
Request.getIssuer()
Get the Issuer child elemet. |
Methods in org.opensaml.saml2.ecp with parameters of type Issuer | |
---|---|
void |
Request.setIssuer(Issuer newIssuer)
Set the Issuer child elemet. |
Uses of Issuer in org.opensaml.saml2.ecp.impl |
---|
Methods in org.opensaml.saml2.ecp.impl that return Issuer | |
---|---|
Issuer |
RequestImpl.getIssuer()
Get the Issuer child elemet. |
Methods in org.opensaml.saml2.ecp.impl with parameters of type Issuer | |
---|---|
void |
RequestImpl.setIssuer(Issuer newIssuer)
Set the Issuer child elemet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |