See: Description
Interface | Description |
---|---|
AccessControl | Deprecated
since Geode 1.0, use
SecurityManager instead |
Authenticator | Deprecated
since Geode 1.0, use
SecurityManager instead |
AuthInitialize |
Specifies the mechanism to obtain credentials for a client or peer.
|
ClientAuthorizationTestCase.TestCredentialGenerator |
Simple interface to generate credentials with authorization based on key indices also.
|
PostProcessor |
PostProcessor allows the customer to massage the values seen by a particular user.
|
SecurableCommunicationChannels |
This class defines all the static definitions for the
ConfigurationProperties.SSL_ENABLED_COMPONENTS Since: Geode 1.0 |
SecurityManager |
User implementation of a authentication/authorization logic for Integrated Security.
|
Class | Description |
---|---|
ClientAuthorizationTestCase |
Base class for tests for authorization from client to server.
|
ClientAuthorizationTestCase.OperationWithAction |
This class encapsulates an
OperationContext.OperationCode with associated flags, the client to perform
the operation, and the number of operations to perform. |
ClientAuthorizationTestCase.OpFlags |
This class specifies flags that can be used to alter the behaviour of operations being
performed by the
doOp function. |
ClientAuthorizationTestCase.TestAuthzCredentialGenerator |
Contains a
AuthzCredentialGenerator and implements the ClientAuthorizationTestCase.TestCredentialGenerator
interface. |
PDXPostProcessor | |
ResourcePermission |
ResourcePermission defines the resource, the operation, the region and the key involved in the
action to be authorized.
|
SecurityTestUtil | |
SecurityTestUtils | Deprecated
in favor of just writing a test without this class
|
SecurityTestUtils.Employee | |
SimpleTestSecurityManager |
This class provides a simple implementation of
SecurityManager for authentication and
authorization solely based on the username and password provided. |
SpySecurityManager | |
TestPostProcessor |
This is example that implements PostProcessor
|
TestSecurityManager |
This class provides a sample implementation of
SecurityManager for authentication and
authorization initialized from data provided as JSON. |
TestSecurityManager.Role | |
TestSecurityManager.User |
Enum | Description |
---|---|
ResourcePermission.Operation | |
ResourcePermission.Resource | |
ResourcePermission.Target |
Exception | Description |
---|---|
AuthenticationFailedException |
Thrown if authentication of this client/peer fails.
|
AuthenticationRequiredException |
Thrown if the distributed system is in secure mode and this client/peer has not set the security
credentials.
|
GemFireSecurityException |
The base class for all org.apache.geode.security package related exceptions.
|
NotAuthorizedException |
Thrown when a client/peer is unauthorized to perform a requested operation.
|
Provides an API for plugging in authentication and authorization for members of a distributed system and clients.
It is not our plan to provide a sophisticated security infrastructure built into GemFire. Most enterprise customers have their own authentication and entitlement management infrastructure and our plan is make sure the framework allows application administrators to delegate the responsibility to external providers.