@Path(value="/acs") @Produces(value="application/json") public class SSOService extends Object
| Constructor and Description |
|---|
SSOService() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createSession(String responseMessage,
String relayState)
This has the implementation of the REST API for creating session and send the redirection information .
|
@POST
public javax.ws.rs.core.Response createSession(@FormParam(value="SAMLResponse")
String responseMessage,
@FormParam(value="RelayState")
String relayState)
throws TestGridException
TestGridExceptionCopyright © 2019 WSO2. All rights reserved.