Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.security
Interface IdentityTransformer

All Known Implementing Classes:
DefaultIdentityTransformer

public interface IdentityTransformer

IdentityTransformer transforms a Subject to a token that asserts identity.

Since:
Coherence 3.6
Author:
dag 2009.12.04

Method Summary
 java.lang.Object transformIdentity(javax.security.auth.Subject subject, Service service)
          Transform a Subject to a token that asserts an identity.

 

Method Detail

transformIdentity

java.lang.Object transformIdentity(javax.security.auth.Subject subject,
                                   Service service)
                                   throws java.lang.SecurityException
Transform a Subject to a token that asserts an identity.
Parameters:
subject - the Subject representing a user.
service - the Service requesting an identity token
Returns:
the token that asserts identity.
Throws:
java.lang.SecurityException - if the identity transformation fails.
Since:
Coherence 3.7 added service param which intentionally breaks compatibility with Coherence 3.6

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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