Class ManagementPermission

All Implemented Interfaces:
Serializable, Guard

public class ManagementPermission
extends ClusterPermission
Hazelcast Permission type used in client protocol actions intended for Management Center operations. It has a similar behavior as the RuntimePermission - i.e. actions are not used and the permission name can end with a wildcard ".*" (e.g. "cluster.*").

The "*" (star character) or null used as the name means that such permission implies all other ManagementPermission instances.

See Also:
Serialized Form