Class PermissionInfo

All Implemented Interfaces:
PortableObject, Externalizable, Serializable

public class PermissionInfo extends ExternalizableHelper implements Externalizable, PortableObject
PermissionInfo holds the information needed to validate and respond to a security related request.
Since:
Coherence 3.6
Author:
dag 2009.10.26
See Also:
  • Constructor Details

    • PermissionInfo

      public PermissionInfo()
      Default constructor (required by PortableObject).
    • PermissionInfo

      public PermissionInfo(ClusterPermission permission, String sServiceName, SignedObject signedPermission, Subject subject)
      Construct a PermissionInfo.
      Parameters:
      permission - the ClusterPermission
      sServiceName - the service name
      signedPermission - the encrypted ClusterPermission
      subject - the encryptor Subject
  • Method Details