Class NashornSecurityManagerPermission

  • All Implemented Interfaces:
    Serializable, Guard

    public class NashornSecurityManagerPermission
    extends Permission
    Permissions used by the corresponding security manager
    Author:
    Tobias Soloschenko
    See Also:
    Serialized Form
    • Constructor Detail

      • NashornSecurityManagerPermission

        public NashornSecurityManagerPermission()
        Creates new permissions
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        If the given object are the permissions itself they are the same
        Specified by:
        equals in class Permission
      • hashCode

        public int hashCode()
        To make this fast return the hashcode of the name
        Specified by:
        hashCode in class Permission