Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.saml2.ecp |
Defines classes for SAMLv2 ECP profile.
|
com.sun.identity.saml2.ecp.impl | |
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
AssertionFactory.createIssuer()
Returns a new instance of
Issuer . |
Issuer |
AssertionFactory.createIssuer(Element elem)
Returns a new instance of
Issuer . |
Issuer |
AssertionFactory.createIssuer(String xml)
Returns a new instance of
Issuer . |
Issuer |
Assertion.getIssuer()
Returns the issuer of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setIssuer(Issuer issuer)
Sets the issuer of the assertion
|
Modifier and Type | Class and Description |
---|---|
class |
IssuerImpl
The
Issuer provides information about the issuer of
a SAML assertion or protocol message. |
Modifier and Type | Method and Description |
---|---|
Issuer |
AssertionImpl.getIssuer()
Returns the issuer of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionImpl.setIssuer(Issuer issuer)
Sets the issuer of the assertion
|
Modifier and Type | Method and Description |
---|---|
static Issuer |
SAML2Utils.createIssuer(String entityID)
Returns url for redirection.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SAML2Utils.isSourceSiteValid(Issuer issuer,
String orgName,
String hostEntityId)
Returns
true if Issuer is valid. |
static boolean |
SAML2Utils.verifyRequestIssuer(String realm,
String hostEntity,
Issuer reqIssuer,
String requestId)
Verifies
Issuer in Request and returns
true if the Issuer is part of COT
SAML2 auth module only. |
static boolean |
SAML2Utils.verifyResponseIssuer(String realm,
String hostEntity,
Issuer resIssuer,
String requestId)
Verifies
Issuer in Response and returns
true if the Issuer is part of COT |
Modifier and Type | Method and Description |
---|---|
Issuer |
ECPRequest.getIssuer()
Returns the value of the issuer attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ECPRequest.setIssuer(Issuer issuer)
Sets the value of the issuer attribute.
|
Modifier and Type | Method and Description |
---|---|
Issuer |
ECPRequestImpl.getIssuer()
Returns the value of the issuer attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ECPRequestImpl.setIssuer(Issuer issuer)
Sets the value of the issuer attribute.
|
Modifier and Type | Method and Description |
---|---|
static LogoutResponse |
LogoutUtil.generateResponse(Status status,
String inResponseTo,
Issuer issuer,
String realm,
String hostRole,
String remoteEntity)
Builds the
LogoutResponse to be sent to IDP. |
Modifier and Type | Method and Description |
---|---|
Issuer |
RequestAbstract.getIssuer()
Returns the
Issuer Object. |
Issuer |
StatusResponse.getIssuer()
Returns the value of the issuer property.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestAbstract.setIssuer(Issuer nameID)
Sets the
Issuer object. |
void |
StatusResponse.setIssuer(Issuer value)
Sets the value of the issuer property.
|
Modifier and Type | Field and Description |
---|---|
protected Issuer |
StatusResponseImpl.issuer |
protected Issuer |
RequestAbstractImpl.nameID |
Modifier and Type | Method and Description |
---|---|
Issuer |
StatusResponseImpl.getIssuer()
Returns the value of the issuer property.
|
Issuer |
RequestAbstractImpl.getIssuer()
Returns the
Issuer Object. |
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseImpl.setIssuer(Issuer value)
Sets the value of the issuer property.
|
void |
RequestAbstractImpl.setIssuer(Issuer nameID)
Sets the
Issuer object. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.