Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.security
Class JAASIdentityAsserter

java.lang.Object
  extended by com.tangosol.net.security.JAASIdentityAsserter

All Implemented Interfaces:
IdentityAsserter

public class JAASIdentityAsserter
extends java.lang.Object
implements IdentityAsserter

JAAS-based implementation of IdentityAsserter.

Author:
as 2011.12.23

Constructor Summary
JAASIdentityAsserter(java.lang.String sConfigName)
          Construct a JAASIdentityAsserter instance.

 

Method Summary
 javax.security.auth.Subject assertIdentity(java.lang.Object oToken, Service service)
          Asserts an identity based on a token-based identity assertion.

 

Constructor Detail

JAASIdentityAsserter

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

Method Detail

assertIdentity

public javax.security.auth.Subject assertIdentity(java.lang.Object oToken,
                                                  Service service)
                                           throws java.lang.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:
java.lang.SecurityException - if the identity assertion fails.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.