@Path(value="wsfederationservice") public class WSFederationService extends Object
Constructor and Description |
---|
WSFederationService() |
Modifier and Type | Method and Description |
---|---|
String |
getAssertion(String token,
String entityID,
String entityRole)
Returns the cached SAML Assertion for a given user session.
|
public static final String RP
public static final String IP
@GET @Produces(value="application/xml") public String getAssertion(@QueryParam(value="token") String token, @QueryParam(value="entityID") String entityID, @QueryParam(value="entityRole") String entityRole)
token
- the user's session.entityID
- the entityIDentityRole
- the entity role for e.g. RP or IPCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.