| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.ac.UserType
public class UserType
A user type to be supported by the UserManager Note: the types are configured through access control (ac.xconf)
| Constructor Summary | |
|---|---|
UserType()
Ctor.  | 
|
UserType(java.lang.String key,
         java.lang.String className,
         java.lang.String createUseCase)
Ctor.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getClassName()
Get the name of the class responsible for implementing this type of user.  | 
 java.lang.String | 
getCreateUseCase()
Get the createUseCase name to be used when a user of this type is to be created.  | 
 java.lang.String | 
getKey()
Get the key to be used for this type.  | 
 void | 
setClassName(java.lang.String className)
Set the name of the class responsible for implementing this type of user.  | 
 void | 
setCreateUseCase(java.lang.String createUseCase)
Set the createUseCase name to be used when a user of this type is to be created.  | 
 void | 
setKey(java.lang.String key)
Set the key to be used for this type.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UserType()
public UserType(java.lang.String key,
                java.lang.String className,
                java.lang.String createUseCase)
key - The key.className - The class name.createUseCase - The create usecase.| Method Detail | 
|---|
public java.lang.String getKey()
Stringpublic void setKey(java.lang.String key)
key - the new keypublic java.lang.String getClassName()
String the name of the classFileUser, 
LDAPUserpublic void setClassName(java.lang.String className)
className - the new classNamepublic java.lang.String getCreateUseCase()
String the name of the use case in the flowscriptpublic void setCreateUseCase(java.lang.String createUseCase)
createUseCase - the new createUseCase
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||