Class JAASIdentityAsserter

java.lang.Object
com.tangosol.net.security.JAASIdentityAsserter
All Implemented Interfaces:
IdentityAsserter

public class JAASIdentityAsserter extends Object implements IdentityAsserter
JAAS-based implementation of IdentityAsserter.
Author:
as 2011.12.23
  • Constructor Details

    • JAASIdentityAsserter

      public JAASIdentityAsserter(String sConfigName)
      Construct a JAASIdentityAsserter instance.
      Parameters:
      sConfigName - the name used as the index into the Configuration
  • Method Details

    • assertIdentity

      public Subject assertIdentity(Object oToken, Service service) throws SecurityException
      Asserts an identity based on a token-based identity assertion.
      Specified by:
      assertIdentity in interface IdentityAsserter
      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.