Package | Description |
---|---|
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
com.sun.identity.saml2.soapbinding | |
com.sun.identity.xacml.plugins | |
com.sun.identity.xacml.saml2 |
Defines XACML interfaces for SAMLv2
|
com.sun.identity.xacml.saml2.impl |
Defines XACML implementations for SAMLv2.
|
Modifier and Type | Method and Description |
---|---|
static Response |
SAML2Utils.getErrorResponse(RequestAbstract request,
String code,
String subCode,
String statusMsg,
String issuerEntityID)
Returns a
SAML Response object containing error status |
Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactResolve
The
ArtifactResolve message is used to request that a SAML
protocol message be returned in an ArtifactResponse message
by specifying an artifact that represents the SAML protocol message. |
interface |
AssertionIDRequest
This class represents the AssertionIDRequestType complex type.
|
interface |
AttributeQuery
This class represents the AttributeQueryType complex type.
|
interface |
AuthnQuery
This class represents the AuthnQueryType complex type.
|
interface |
AuthnRequest
The
AuthnRequest interface defines methods for properties
required by an authentication request. |
interface |
LogoutRequest
This class represents the
LogoutRequest element in
SAML protocol schema. |
interface |
ManageNameIDRequest
This class represents the ManageNameIDRequestType complex type.
|
interface |
NameIDMappingRequest
This class represents the ManageNameIDRequestType complex type.
|
interface |
SubjectQueryAbstract
This class represents the SubjectQueryAbstractType complex type.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactResolveImpl
This is an implementation of interface
ArtifactResolve . |
class |
AssertionIDRequestImpl
This class represents the AssertionIDRequest element in SAMLv2 protocol
schema.
|
class |
AttributeQueryImpl |
class |
AuthnQueryImpl |
class |
AuthnRequestImpl
The
AuthnRequestImpl implements the
AuthnRequest interface , defines methods for
properties required by a saml request. |
class |
LogoutRequestImpl
This class implements the
LogoutRequest element in
SAML protocol schema. |
class |
ManageNameIDRequestImpl |
class |
NameIDMappingRequestImpl |
class |
RequestAbstractImpl
This abstract class defines methods for setting and retrieving attributes and
elements associated with a SAML request message used in SAML protocols.
|
class |
SubjectQueryAbstractImpl |
Modifier and Type | Method and Description |
---|---|
Response |
RequestHandler.handleQuery(String hostedEntityID,
String remoteEntityID,
RequestAbstract request,
SOAPMessage soapMessage)
Returns a SAMLv2 Query Response for the received Query Request.
|
static Response |
QueryClient.processXACMLQuery(RequestAbstract request,
String pepEntityID,
String pdpEntityID)
Returns SAMLv2
Response . |
Modifier and Type | Method and Description |
---|---|
Response |
XACMLAuthzDecisionQueryHandler.handleQuery(String pdpEntityId,
String pepEntityId,
RequestAbstract samlpRequest,
SOAPMessage soapMessage)
Processes an XACMLAuthzDecisionQuery and retruns a SAML2 Response.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XACMLAuthzDecisionQuery
The
XACMLAuthzDecisionQuery element is a SAML Query that
extends SAML Protocol schema type RequestAbstractType . |
Modifier and Type | Class and Description |
---|---|
class |
XACMLAuthzDecisionQueryImpl
The
XACMLAuthzDecisionQueryImpl is an impelmentation
of XACMLAuthzDecisionQuery interface. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.