Package | Description |
---|---|
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 Response |
AssertionIDRequestUtil.processAssertionIDRequest(AssertionIDRequest assertionIDRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String samlAuthorityEntityID,
String role,
String realm)
This method processes the
AssertionIDRequest coming
from a requester. |
static Response |
AssertionIDRequestUtil.sendAssertionIDRequest(AssertionIDRequest assertionIDRequest,
String samlAuthorityEntityID,
String role,
String realm,
String binding)
Sends the
AssertionIDRequest to specifiied Assertion ID
Request Service and returns Response coming from the
Assertion ID Request Service. |
Modifier and Type | Method and Description |
---|---|
AssertionIDRequest |
ProtocolFactory.createAssertionIDRequest()
Returns the
AssertionIDRequest Object. |
AssertionIDRequest |
ProtocolFactory.createAssertionIDRequest(Element value)
Returns the
AssertionIDRequest Object. |
AssertionIDRequest |
ProtocolFactory.createAssertionIDRequest(String value)
Returns the
AssertionIDRequest Object. |
Modifier and Type | Class and Description |
---|---|
class |
AssertionIDRequestImpl
This class represents the AssertionIDRequest element in SAMLv2 protocol
schema.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.