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