| Package | Description |
|---|---|
| com.fatwire.wem.sso |
| Modifier and Type | Method and Description |
|---|---|
SSOAssertion |
SSOSession.getAssertion()
If the current application is protected by SSO filter, this method will return the assertion object describing the current logged in user.
|
SSOAssertion |
SSOSession.validate(com.fatwire.wem.sso.SSOValidator validator, String ticket, String service)
Given a validator interface address, validate the ticket for the related service.
|