|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.authentication.AccountPropertyDescriptor
Description of an authentication account's attributes, such as user name and password. These are attributes required to manage an account. They help in building the website forms. Objects of this class do not contain the attribute values, but rather describe the characteristics of the attributes.
AccountTypeDescriptor| Method Summary | |
String |
getDataSourceField()
Returns the data source field that this AccountPropertyDescriptor maps to. |
Class |
getDataType()
Returns the data type of this AccountPropertyDescriptor. |
String |
getDescription()
Returns the description of this AccountPropertyDescriptor. |
String |
getID()
Returns the ID of this AccountPropertyDescriptor. |
int |
getMaxSize()
Returns the maximum field size for this AccountPropertyDescriptor. |
String |
getTitle()
Returns the printable name of this AccountPropertyDescriptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public String getID()
public Class getDataType()
public int getMaxSize()
public String getTitle()
public String getDescription()
public String getDataSourceField()
userid)
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||