Uses of Interface
com.tangosol.net.security.IdentityTransformer
-
Packages that use IdentityTransformer Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.security Contains classes related to the Coherence Security Framework. -
-
Uses of IdentityTransformer in com.tangosol.net
Methods in com.tangosol.net that return IdentityTransformer Modifier and Type Method Description IdentityTransformer
OperationalContext. getIdentityTransformer()
Return an IdentityTransformer that can be used to transform a Subject into an identity assertion. -
Uses of IdentityTransformer in com.tangosol.net.security
Classes in com.tangosol.net.security that implement IdentityTransformer Modifier and Type Class Description class
DefaultIdentityTransformer
The default implementation of the IdentityTransformer interface, which simply returns the Subject that is passed to it.
-