Class SessionManager.CreationRequest

  • Enclosing interface:
    SessionManager

    public static class SessionManager.CreationRequest
    extends java.lang.Object
    Extensible data object which can be passed to create* methods to stop the explosion of different methods. A null field implies that nothing was passed.
    • Constructor Summary

      Constructors 
      Constructor Description
      CreationRequest()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • principal

        public ome.system.Principal principal
      • credentials

        public java.lang.String credentials
      • agent

        public java.lang.String agent
      • ip

        public java.lang.String ip
      • groupsLed

        public java.util.List<java.lang.Long> groupsLed
      • timeToLive

        public java.lang.Long timeToLive
      • timeToIdle

        public java.lang.Long timeToIdle
      • sudoer

        public java.lang.Long sudoer
    • Constructor Detail

      • CreationRequest

        public CreationRequest()