com.supermap.services.security

Class RolePermissions

  • java.lang.Object
    • com.supermap.services.security.RolePermissions
  • All Implemented Interfaces:
    java.io.Serializable


    public class RolePermissions
    extends java.lang.Object
    implements java.io.Serializable
    
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

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

      • publishEnabled

        public boolean publishEnabled
        

        Whether it has administrative rights to a collection of components or components

        Since:
        6.1.3
      • instanceAccessPermissions

        public MixedPermissions instanceAccessPermissions
        

        Service access.

        Since:
        6.1.3
      • componentManagerPermissions

        public MixedPermissions componentManagerPermissions
        

        Component and component collection management rights.

        Since:
        6.1.3
    • Constructor Detail

      • RolePermissions

        public RolePermissions()
        
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        
        Overrides:
        toString in class java.lang.Object