Class NashornSecurityManagerPermission

java.lang.Object
java.security.Permission
org.wicketstuff.nashorn.resource.NashornSecurityManagerPermission
All Implemented Interfaces:
Serializable, Guard

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

    • NashornSecurityManagerPermission

      public NashornSecurityManagerPermission()
      Creates new permissions
  • Method Details

    • implies

      public boolean implies(Permission permission)
      Used to check if a permission implies this one
      Specified by:
      implies in class Permission
      See Also:
    • 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
    • getActions

      public String getActions()
      No action required
      Specified by:
      getActions in class Permission