Package com.tangosol.net.security
Class JAASIdentityAsserter
java.lang.Object
com.tangosol.net.security.JAASIdentityAsserter
- All Implemented Interfaces:
 IdentityAsserter
JAAS-based implementation of 
IdentityAsserter.- Author:
 - as 2011.12.23
 
- 
Constructor Summary
ConstructorsConstructorDescriptionJAASIdentityAsserter(String sConfigName) Construct a JAASIdentityAsserter instance. - 
Method Summary
Modifier and TypeMethodDescriptionassertIdentity(Object oToken, Service service) Asserts an identity based on a token-based identity assertion. 
- 
Constructor Details
- 
JAASIdentityAsserter
Construct a JAASIdentityAsserter instance.- Parameters:
 sConfigName- the name used as the index into the Configuration
 
 - 
 - 
Method Details
- 
assertIdentity
Asserts an identity based on a token-based identity assertion.- Specified by:
 assertIdentityin interfaceIdentityAsserter- Parameters:
 oToken- the token that asserts identity.service- the Service asserting the identity token- Returns:
 - a Subject representing the identity.
 - Throws:
 SecurityException- if the identity assertion fails.
 
 -