Uses of Interface
com.tangosol.net.security.IdentityAsserter
-
Packages that use IdentityAsserter 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 IdentityAsserter in com.tangosol.net
Methods in com.tangosol.net that return IdentityAsserter Modifier and Type Method Description IdentityAsserter
OperationalContext. getIdentityAsserter()
Return an IdentityAsserter that can be used to establish a user's identity. -
Uses of IdentityAsserter in com.tangosol.net.security
Classes in com.tangosol.net.security that implement IdentityAsserter Modifier and Type Class Description class
DefaultIdentityAsserter
The default implementation of the IdentityAsserter interface.class
JAASIdentityAsserter
JAAS-based implementation ofIdentityAsserter
.
-