Class DefaultGroups


  • public final class DefaultGroups
    extends java.lang.Object
    Name of the default user groups
    Since:
    3.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ADMINISTRATORS  
      static java.lang.String ANYONE  
      static java.lang.String USERS  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isAnyone​(java.lang.String groupName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isAnyone

        public static boolean isAnyone​(@Nullable
                                       java.lang.String groupName)