Class Authz.GroupRecord

  • Enclosing class:
    Authz

    public static class Authz.GroupRecord
    extends java.lang.Object
    Group record.
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupRecord()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NAMESPACE

        public static final ExtKey NAMESPACE
        Namespace.
      • ID

        public static final ExtKey ID
        Group unique (within provider) id.
      • NAME

        public static final ExtKey NAME
        Group name.
      • DISPLAY_NAME

        public static final ExtKey DISPLAY_NAME
        Display name.
    • Constructor Detail

      • GroupRecord

        public GroupRecord()