Package | Description |
---|---|
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
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 |
---|---|
static Status |
SAML2Utils.generateStatus(String code,
String message)
Generates SAMLv2 Status object
|
static Status |
SAML2Utils.generateStatus(String code,
String subCode,
String message)
Generates SAMLv2 Status object
|
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 |
---|---|
Status |
ProtocolFactory.createStatus()
Returns the
Status Object. |
Status |
ProtocolFactory.createStatus(Element value)
Returns the
Status Object. |
Status |
ProtocolFactory.createStatus(String value)
Returns the
Status Object. |
Status |
StatusResponse.getStatus()
Returns the value of the status property.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponse.setStatus(Status value)
Sets the value of the status property.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusImpl
This class defines methods for
Status element. |
Modifier and Type | Field and Description |
---|---|
protected Status |
StatusResponseImpl.status |
Modifier and Type | Method and Description |
---|---|
Status |
StatusResponseImpl.getStatus()
Returns the value of the status property.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseImpl.setStatus(Status value)
Sets the value of the status property.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.