Uses of Package
com.tangosol.net.security
-
Packages that use com.tangosol.net.security Package Description com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.security Contains classes related to the Coherence Security Framework. -
Classes in com.tangosol.net.security used by com.tangosol.coherence.config.xml.processor Class Description StorageAccessAuthorizer A pluggable facility for the server side access control authorization. -
Classes in com.tangosol.net.security used by com.tangosol.net Class Description IdentityAsserter IdentityAsserter validates a token in order to establish a user's identity.IdentityTransformer IdentityTransformer transforms a Subject to a token that asserts identity.StorageAccessAuthorizer A pluggable facility for the server side access control authorization. -
Classes in com.tangosol.net.security used by com.tangosol.net.security Class Description AccessController The AccessController interface is used by the cluster services to verify whether or not a caller has sufficient rights to access protected clustered resources.DefaultIdentityAsserter The default implementation of the IdentityAsserter interface.DefaultIdentityTransformer The default implementation of the IdentityTransformer interface, which simply returns the Subject that is passed to it.IdentityAsserter IdentityAsserter validates a token in order to establish a user's identity.IdentityTransformer IdentityTransformer transforms a Subject to a token that asserts identity.LocalPermission This class is for local (non-clustered) permissions.StorageAccessAuthorizer A pluggable facility for the server side access control authorization.