Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.ecp |
Defines classes for SAMLv2 ECP profile.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol 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 | 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 |
StatusResponse.getIssuer()
Returns the value of the issuer property.
|
Issuer |
RequestAbstract.getIssuer()
Returns the
Issuer Object. |
Modifier and Type | Method and Description |
---|---|
void |
StatusResponse.setIssuer(Issuer value)
Sets the value of the issuer property.
|
void |
RequestAbstract.setIssuer(Issuer nameID)
Sets the
Issuer object. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.