Create User class.
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
package cm.soungui.guacamole.ext.wallix.sync.db;
|
||||||
|
|
||||||
|
public class User extends Entity {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public EntityType getType() {
|
||||||
|
return EntityType.USER;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setType(EntityType type) {
|
||||||
|
super.setType(type);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user