|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepoServerMgmtMBean
Repository Server Management Note: The attributes/operations below can be clustered (ie. when configured all servers in the cluster will be affected)
Method Summary | |
---|---|
int |
getMaxUsers()
Get limit for max users If number of non-expired logins is greater or equal to the limit then further logins will be prevented otherwise valid login attempt will be permitted. |
int |
getTicketCountAll()
Get count of all tickets This may be higher than the user count, since a user can have more than one ticket/session |
int |
getTicketCountNonExpired()
Get count of non-expired tickets This may be higher than the user count, since a user can have more than one ticket/session |
int |
getUserCountAll()
Get count of all users This may be lower than the ticket count, since a user can have more than one ticket/session |
int |
getUserCountNonExpired()
Get count of non-expired users This may be lower than the ticket count, since a user can have more than one ticket/session |
int |
invalidateTicketsAll()
Invalidate all tickets Note: This operation can be clustered (ie. |
int |
invalidateTicketsExpired()
Invalidate expired tickets |
void |
invalidateUser(java.lang.String username)
Invalidate given users tickets |
boolean |
isReadOnly()
Does the Repository allows writes or not ? |
java.lang.String[] |
listUserNamesAll()
Get set of all unique usernames |
java.lang.String[] |
listUserNamesNonExpired()
Get set of unique non-expired usernames |
Method Detail |
---|
boolean isReadOnly()
int getTicketCountNonExpired()
int getTicketCountAll()
int getUserCountNonExpired()
int getUserCountAll()
java.lang.String[] listUserNamesNonExpired()
java.lang.String[] listUserNamesAll()
int invalidateTicketsExpired()
int invalidateTicketsAll()
void invalidateUser(java.lang.String username)
int getMaxUsers()
int
- maxUsers
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |