|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JUser
| Method Summary | |
|---|---|
java.util.Date |
getCreateTime()
Get the user's create time |
java.lang.String |
getDescription()
Get the user's description |
java.lang.String |
getEmail()
Get the user's email address |
int |
getExpireTime()
Get the user's expire time (The expire time's unit is day) |
java.lang.String |
getFullName()
Get the user's full name |
java.lang.String[] |
getGroupNames()
Get the user's parent group's name list |
java.util.Date |
getLastModifyTime()
Get the user's last modify time |
int |
getMinPSLength()
Get the user's min. |
java.lang.String[] |
getRoleNames()
Get the user's parent role's name list |
int |
getType()
Get the group's type. |
boolean |
isAccessEventFail()
Whether trace the access failed event in the log file. |
boolean |
isAccessEventSuc()
Whether trace the access successful event in the log file. |
boolean |
isAccountDisable()
Whether the user account was disabled or not. |
boolean |
isBuildin()
Whether the user created by system or not |
boolean |
isEnableNullPS()
Whether the user can use the null password or not |
boolean |
isManagementEventFail()
Whether trace the management failed event in the log file. |
boolean |
isManagementEventSuc()
Whether trace the management successful event in the log file. |
boolean |
isNeverExpire()
Whether the user nerver expire or not |
boolean |
isNoAudit()
Whether audit this user's information in the log file |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Method Detail |
|---|
int getType()
java.lang.String getEmail()
java.util.Date getCreateTime()
java.lang.String getDescription()
boolean isBuildin()
boolean isEnableNullPS()
java.lang.String getFullName()
int getMinPSLength()
int getExpireTime()
java.util.Date getLastModifyTime()
boolean isNeverExpire()
boolean isAccountDisable()
boolean isAccessEventFail()
boolean isAccessEventSuc()
boolean isManagementEventFail()
boolean isManagementEventSuc()
boolean isNoAudit()
java.lang.String[] getRoleNames()
java.lang.String[] getGroupNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||