|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lenya.ac.UserType
public class UserType
A user type to be supported by the UserManager Note: the types are configured through the access control configuration
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()
String
public void setKey(java.lang.String _key)
_key
- the new keypublic java.lang.String getClassName()
String
the name of the classorg.apache.lenya.ac.file.FileUser
,
org.apache.lenya.ac.ldap.LDAPUser
public 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 |