kaos.core.service.directory.authentication
Class KAoSAuthenticationObject
java.lang.Object
kaos.core.service.directory.authentication.KAoSAuthenticationObject
- All Implemented Interfaces:
- java.io.Serializable
public class KAoSAuthenticationObject
- extends java.lang.Object
- implements java.io.Serializable
KAoSAuthenticationObject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_priority
public int _priority
_password
public java.lang.String _password
_tabsList
public java.util.Collection<java.lang.String> _tabsList
_templateList
public java.util.Collection<java.lang.String> _templateList
_username
public java.lang.String _username
_privilege
public java.lang.String _privilege
KAoSAuthenticationObject
public KAoSAuthenticationObject(java.lang.String username,
java.lang.String password,
java.util.Collection<java.lang.String> tabsList,
int priority,
java.lang.String privilege,
java.util.Collection<java.lang.String> templateList)
KAoSAuthenticationObject
public KAoSAuthenticationObject(SerializableOntModelImpl userModel)
getUserOntModel
public SerializableOntModelImpl getUserOntModel()
- Method returning ontology representation of the user
- Returns:
- ontology model with user representation
printDebugString
protected void printDebugString(java.lang.String msg,
int loggerDisplayLevel)
- Utility method to print debug messages.