|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.saml2.profile.AssertionIDRequestUtil
public class AssertionIDRequestUtil
This class provides methods to send or processs
AssertionIDRequest.
| Method Summary | |
|---|---|
static Response |
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. |
static Assertion |
sendAssertionIDRequestURI(String assertionID,
String samlAuthorityEntityID,
String role,
String realm)
Sends the Assertion ID to specifiied Assertion ID Request Service and returns Assertion coming from the Assertion ID Request
Service. |
| Method Detail |
|---|
public static Response sendAssertionIDRequest(AssertionIDRequest assertionIDRequest,
String samlAuthorityEntityID,
String role,
String realm,
String binding)
throws SAML2Exception
AssertionIDRequest to specifiied Assertion ID
Request Service and returns Response coming from the
Assertion ID Request Service.
assertionIDRequest - the AssertionIDRequest objectsamlAuthorityEntityID - entity ID of SAML authorityrole - SAML authority role, for example,
SAML2Constants.ATTR_AUTH_ROLE,
SAML2Constants.AUTHN_AUTH_ROLE or
SAML2Constants.IDP_ROLErealm - the realm of hosted entitybinding - the binding
Response object
SAML2Exception - if the operation is not successful
public static Assertion sendAssertionIDRequestURI(String assertionID,
String samlAuthorityEntityID,
String role,
String realm)
throws SAML2Exception
Assertion coming from the Assertion ID Request
Service.
assertionID - the asssertionID objectsamlAuthorityEntityID - entity ID of SAML authorityrole - SAML authority role, for example,
SAML2Constants.ATTR_AUTH_ROLE,
SAML2Constants.AUTHN_AUTH_ROLE or
SAML2Constants.IDP_ROLErealm - the realm of hosted entity
Assertion object
SAML2Exception - if the operation is not successful
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||