Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Package com.tangosol.net.security

Contains classes related to the Coherence Security Framework.

See:
          Description

Interface Summary
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.
IdentityAsserter IdentityAsserter validates a token in order to establish a user's identity.
IdentityTransformer IdentityTransformer transforms a Subject to a token that asserts identity.

 

Class Summary
AbstractEncryptionFilter Deprecated. As of Coherence 3.7, deprecated with no replacement.
AsymmetricEncryptionFilter Deprecated. As of Coherence 3.7, deprecated replaced by SSL.
BlockCipherInputStream InputStream which supports block ciphers, and data sizes which exceed the Cipher's block size.
BlockCipherOutputStream InputStream which supports block ciphers, and data sizes which exceed the Cipher's block size.
ClusterEncryptionFilter Deprecated. As of Coherence 3.7, deprecated replaced by SSL.
DefaultController The default implementation of the AccessController interface.
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.
PasswordBasedEncryptionFilter Deprecated. As of Coherence 3.7, deprecated with no replacement.
PeerX509TrustManager X509TrustManager implementation that requires the peer's certificate to be present in a configured key store.
PeerX509TrustManagerFactory A factory for PeerX509TrustManager instances.
PermissionInfo PermissionInfo holds the information needed to validate and respond to a security related request.
Security The Security class is used to assosiate client's identity with an action that requires access to protected clustered resources.
SecurityHelper A collection of security-related utilities.
SecurityProvider Security Provider implementation that returns custom security services.
SimpleHandler The SimpleHandler class is a CallbackHandler implementation based on a specified user name and password.
SymmetricEncryptionFilter Deprecated. As of Coherence 3.7, deprecated replaced by SSL.

 

Package com.tangosol.net.security Description

Contains classes related to the Coherence Security Framework.


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.