Class StoreCommands.ChangeIDRecord
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.cli.StoreCommands.ChangeIDRecord
-
- Enclosing class:
- StoreCommands
public static class StoreCommands.ChangeIDRecord extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Identifiable
identifiable
Identifier
newID
Identifier
oldID
int
updateCount
boolean
updatePermissions
-
Constructor Summary
Constructors Constructor Description ChangeIDRecord()
-
-
-
Field Detail
-
identifiable
public Identifiable identifiable
-
newID
public Identifier newID
-
oldID
public Identifier oldID
-
updatePermissions
public boolean updatePermissions
-
updateCount
public int updateCount
-
-