Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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.
Authorizer This interface represents an environment-specific facility for authorizing callers to perform actions described by the corresponding permission objects.
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.
JAASIdentityAsserter JAAS-based implementation of IdentityAsserter.
PasswordBasedEncryptionFilter Deprecated. As of Coherence 3.7, deprecated with no replacement.
PermissionInfo PermissionInfo holds the information needed to validate and respond to a security related request.
Security The Security class is used to associate 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.
UsernameAndPassword Security token containing an username and password.

 

Package com.tangosol.net.security Description

Contains classes related to the Coherence Security Framework.


Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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