public class DataURLBuilder extends Object
| Constructor and Description |
|---|
DataURLBuilder()
Constructor for DataURLBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildDataURL(String authBaseURL,
String authServletName,
String sessionID)
Constructs a data URL for
VerifyIdentityLink or VerifyAuthenticationBlock,
including the MOASessionID as a parameter. |
public String buildDataURL(String authBaseURL, String authServletName, String sessionID)
VerifyIdentityLink or VerifyAuthenticationBlock,
including the MOASessionID as a parameter.authBaseURL - base URL (context path) of the MOA ID Authentication component,
including a trailing '/'authServletName - request part of the data URLsessionID - sessionID to be included in the dataURLCopyright © 2017. All rights reserved.