Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.saml |
Defines SAML Assertion Manager and SAML Client APIs.
|
com.sun.identity.saml.protocol |
SAML 1.x Protocol Classes.
|
Constructor and Description |
---|
FSRequest(String requestId,
Query query)
Deprecated.
Constructor creates
Request object. |
Modifier and Type | Method and Description |
---|---|
Assertion |
AssertionManager.getAssertion(Query query,
String destID)
Gets assertion created from the query.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeQuery
This concrete class extends from the abstract base class
SubjectQuery . |
class |
AuthenticationQuery
This concrete class extends from the abstract base class
SubjectQuery . |
class |
AuthorizationDecisionQuery
This concrete class extends from the abstract base class
SubjectQuery . |
class |
SubjectQuery
This abstract class extends from another abstract class Query.
|
Modifier and Type | Field and Description |
---|---|
protected Query |
Request.query |
Modifier and Type | Method and Description |
---|---|
Query |
Request.getQuery()
Gets the query of the Request.
|
Constructor and Description |
---|
Request(String requestId,
Query query)
This constructor shall only be used at the client side to construct a
Request object.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.