VMware GemFire Java API Reference
Package org.apache.geode.security
package org.apache.geode.security
Provides an API for plugging in authentication and authorization for members of a distributed system and clients.
GemFire security framework
The security framework tackles two requirements: authentication of nodes and authorization for operations. The authentication piece deals with authentication of nodes in a peer-to-peer network as well as of the clients that connect to the servers.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.
-
ClassDescriptionDeprecated.This exception is thrown by the SecurityManager's authorize method to indicate that the authentication has expired.Thrown if authentication of this client/peer fails.Thrown if the distributed system is in secure mode and this client/peer has not set the security credentials.Deprecated.since Geode 1.0, use
SecurityManagerinsteadSpecifies the mechanism to obtain credentials for a client or peer.The base class for all org.apache.geode.security package related exceptions.Thrown when a client/peer is unauthorized to perform a requested operation.PostProcessor allows the customer to massage the values seen by a particular user.ResourcePermission defines the resource, the operation, the region and the key involved in the action to be authorized.This class defines all the static definitions for theConfigurationProperties.SSL_ENABLED_COMPONENTSSince: Geode 1.0User implementation of a authentication/authorization logic for Integrated Security.
SecurityManagerinstead