Class AccessResponseEntity


  • public class AccessResponseEntity
    extends java.lang.Object
    Author:
    bjorncs
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean granted  
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessResponseEntity​(boolean granted)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • granted

        public final boolean granted
    • Constructor Detail

      • AccessResponseEntity

        public AccessResponseEntity​(boolean granted)