Class AllPermissionsImpl

  • All Implemented Interfaces:
    java.security.acl.Permission

    public class AllPermissionsImpl
    extends PermissionImpl
    This class implements the principal interface for the set of all permissions.
    • Constructor Summary

      Constructors 
      Constructor Description
      AllPermissionsImpl​(java.lang.String s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.security.acl.Permission another)
      This function returns true if the permission passed matches the permission represented in this interface.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AllPermissionsImpl

        public AllPermissionsImpl​(java.lang.String s)
    • Method Detail

      • equals

        public boolean equals​(java.security.acl.Permission another)
        This function returns true if the permission passed matches the permission represented in this interface.
        Parameters:
        another - The Permission object to compare with.
        Returns:
        true always