|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JUser
This interface is used to represent a user of principals for JReport server. (A principal represents an entity such as an individual user or a company). A user can have one or more parent groups, as well as roles. If it has some parent groups, it would inherit permissions from its parent groups. If it has some roles, it would inherit permissions from them.
JRole,
JGroup| Field Summary |
|---|
| Fields inherited from interface jet.server.api.admin.security.JPrincipal |
|---|
SEPARATOR |
| Method Summary | |
|---|---|
java.util.Date |
getCreateTime()
Gets the creation time of a user. |
java.lang.String |
getEmail()
Gets the email address of a user. |
int |
getExpireTime()
Gets the expiration time of a user. |
java.lang.String |
getFullName()
Gets the full name of a user. |
java.lang.String[] |
getGroupNames()
Gets all the names of parent groups of a user. |
java.util.Date |
getLastModifyTime()
Gets the last modification time of a user. |
int |
getMinPSLength()
Gets the minimum password length of a user. |
java.lang.String[] |
getRoleNames()
Gets all the names of parent roles of a user. |
boolean |
isAccessEventFail()
Checks whether the failed access event is logged in log file by server. |
boolean |
isAccessEventSuc()
Checks whether the successful access event is logged in log file by server. |
boolean |
isAccountDisable()
Checks whether the user account is disabled or not. |
boolean |
isBuildin()
Checks whether the user is created by system or not. |
boolean |
isEnableNullPS()
Checks whether the user can use the null password or not. |
boolean |
isManagementEventFail()
Checks whether the failed management event is logged in log file by server. |
boolean |
isManagementEventSuc()
Checks whether the successful management event is logged in log file by server. |
boolean |
isNeverExpire()
Checks whether the user never expires or not. |
boolean |
isNoAudit()
Checks whether this user information was audited into log file. |
| Methods inherited from interface jet.server.api.admin.security.JPrincipal |
|---|
getDescription, getDisplayName, getOrganization, getType |
| Methods inherited from interface java.security.Principal |
|---|
equals, getName, hashCode, toString |
| Method Detail |
|---|
java.lang.String getEmail()
null.java.util.Date getCreateTime()
Dateboolean isBuildin()
boolean isEnableNullPS()
java.lang.String getFullName()
null.int getMinPSLength()
int getExpireTime()
java.util.Date getLastModifyTime()
Dateboolean 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 | ||||||||