public class NameIDMapping extends Object
NameIDMappingRequest
.Modifier and Type | Method and Description |
---|---|
static NameIDMappingResponse |
initiateNameIDMappingRequest(Object session,
String realm,
String spEntityID,
String idpEntityID,
String targetSPEntityID,
String targetNameIDFormat,
Map paramsMap)
Parses the request parameters and builds the NameIDMappingRequest to
sent to remote identity provider.
|
public static NameIDMappingResponse initiateNameIDMappingRequest(Object session, String realm, String spEntityID, String idpEntityID, String targetSPEntityID, String targetNameIDFormat, Map paramsMap) throws SAML2Exception
session
- user session.realm
- the realm of hosted entityspEntityID
- entity ID of hosted service provideridpEntityID
- entity ID of remote idendity providertargetSPEntityID
- entity ID of target entity ID of service
providertargetNameIDFormat
- format of target Name IDparamsMap
- Map of all other parametersNameIDMappingResponse
SAML2Exception
- if error initiating request to remote entity.Copyright © 2010-2018, ForgeRock All Rights Reserved.