Exemplo n.º 1
0
 public OSDConfig getConfig() {
   return osd.getConfig();
 }
 public InternalRWRAuthStateInvalidatedOperation(OSDRequestDispatcher master) {
   super(master);
   sharedSecret = master.getConfig().getCapabilitySecret();
   localUUID = master.getConfig().getUUID();
 }
Exemplo n.º 3
0
 public CheckObjectOperation(OSDRequestDispatcher master) {
   super(master);
   sharedSecret = master.getConfig().getCapabilitySecret();
   localUUID = master.getConfig().getUUID();
 }