anvil.server.db
Class DBCitizen
java.lang.Object
|
+--anvil.server.db.DBEntity
|
+--anvil.server.db.DBCitizen
- All Implemented Interfaces:
- Citizen, Entity, Namespace
- public class DBCitizen
- extends DBEntity
- implements Citizen
| Fields inherited from class anvil.server.db.DBEntity |
_attributes, _collection, _combined, _flags, _id, _name, _parents, _permissions, _realm, E_COMBINED, E_DIRTY, E_DIRTY_ATTRIBUTES, E_DIRTY_PERMISSIONS, E_REMOVED, E_RESTORED |
| Methods inherited from class anvil.server.db.DBEntity |
addInitialPermission, addParent, addPermission, check, checkVariable, commit, deleteVariable, dirty, equals, getCombinedPermissions, getName, getParents, getPermissions, getRealm, getVariable, getVariables, hashCode, listPermissions, remove, removeChild, removed, removeParent, removePermission, removeRelations, restoreRelation, setInitialVariable, setVariable, storeAttributes |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_credentials
protected java.lang.String _credentials
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getType
protected java.lang.String getType()
- Specified by:
getType in class DBEntity
getCredentials
protected java.lang.String getCredentials()
- Overrides:
getCredentials in class DBEntity
verifyCredentials
public boolean verifyCredentials(java.lang.String credentials)
- Specified by:
verifyCredentials in interface Citizen
setCredentials
public void setCredentials(java.lang.String newCredentials)
- Specified by:
setCredentials in interface Citizen