Class GlobalReaders


  • public class GlobalReaders
    extends java.lang.Object
    Statically configured set of authorities that always have read access.
    Author:
    Matt Ward
    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalReaders()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.HashSet<java.lang.String> getReaders()  
      • Methods inherited from class java.lang.Object

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

      • GlobalReaders

        public GlobalReaders()
    • Method Detail

      • getReaders

        public static java.util.HashSet<java.lang.String> getReaders()