|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthUser
An interface to identify a user of the system for authorization purposes. This interface is used predominantly for method signatures in authorization processing. The mutator ("set" methods) are provided for ease of use in creating general client applications.
| Field Summary |
|---|
| Method Summary | |
|---|---|
java.lang.String |
getPassword()
Return the password |
long |
getUniqueID()
Return the unique identifier for this user. |
java.lang.String |
getUsername()
Return the username |
void |
setPassword(java.lang.String val)
Set the password |
void |
setUniqueID(long val)
Set the unique identifier for this user. |
void |
setUsername(java.lang.String val)
Set the username |
| Methods inherited from interface org.sandev.basics.structs.SandStructMessage |
|---|
find, getInstance, getInstance, getPrintname |
| Methods inherited from interface org.sandev.basics.structs.SandInstanceMessage |
|---|
cloneMessage, convertToSuperstructClass, copyFieldValue, debugDump, defaultField, fieldHasFlag, fieldsValid, fieldValidate, generalAccessor, generalDereference, generalModifier, getAllFields, getContainedMessageFields, getDisplayFields, getDisplayFieldsPrint, getDisplayID, getDisplayValues, getLayoutXML, getPrintnameForField |
| Methods inherited from interface org.sandev.basics.structs.SandMessage |
|---|
getBaseMemoryUse, getCollectionMessage, getQueryMessage, getShortName, getStructMessage, getUpdateMessage, isEquivalent |
| Method Detail |
|---|
long getUniqueID()
void setUniqueID(long val)
java.lang.String getUsername()
void setUsername(java.lang.String val)
java.lang.String getPassword()
void setPassword(java.lang.String val)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||