public interface IdentityAsserter
A token is opaque to Coherence. It could be a standard type such as a SAML Assertion or a proprietary type.
| Modifier and Type | Method and Description |
|---|---|
Subject |
assertIdentity(Object oToken, Service service)
Asserts an identity based on a token-based identity assertion.
|
Subject assertIdentity(Object oToken, Service service) throws SecurityException
oToken - the token that asserts identity.service - the Service asserting the identity tokenSecurityException - if the identity assertion fails.