|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MissingSecurityEntityException | |
---|---|
org.moremotion.security | |
org.moremotion.security.broker |
Uses of MissingSecurityEntityException in org.moremotion.security |
---|
Methods in org.moremotion.security that throw MissingSecurityEntityException | |
---|---|
CheckPoint |
SecurityContext.getCheckPoint(java.lang.String checkPointName)
Gets an CheckPoint by its name. |
Role |
SecurityContext.getRole(java.lang.String roleName)
Finds a role by its name. |
User |
SecurityContext.getUser(java.lang.String username)
Returns a User object by its username. |
User |
SecurityContext.getUserByEmail(java.lang.String email)
Returns a User object by its email. |
User[] |
SecurityContext.getUsers()
Returns a list of all the users. |
User[] |
SecurityContext.getUsers(int from,
int amount,
MutableInt nou)
Returns a sublist of the users. |
User[] |
SecurityContext.searchUsers(java.lang.String searchCriteria,
int from,
int amount,
MutableInt nou)
Returns a sublist of users that match with search criteria |
Uses of MissingSecurityEntityException in org.moremotion.security.broker |
---|
Methods in org.moremotion.security.broker that throw MissingSecurityEntityException | |
---|---|
CheckPoint |
SecurityBroker.getCheckPoint(BrokerCommunicationContext bcc,
java.lang.String checkPointName)
Finds a check point by its name. |
Role |
SecurityBroker.getRole(BrokerCommunicationContext bcc,
java.lang.String roleName)
Returns a role by its name. |
User |
SecurityBroker.getUser(BrokerCommunicationContext bcc,
java.lang.String userName)
Gets a user by its name. |
User |
SecurityBroker.getUserByEmail(BrokerCommunicationContext bcc,
java.lang.String email)
Gets a user by its Email address. |
User[] |
SecurityBroker.getUsers(BrokerCommunicationContext bcc)
Returns list of all users. |
User[] |
SecurityBroker.getUsers(BrokerCommunicationContext bcc,
int from,
int amount,
MutableInt noi)
Returns a sublist of the users. |
User[] |
SecurityBroker.searchUsers(BrokerCommunicationContext bcc,
java.lang.String searchCriteria,
int from,
int amount,
MutableInt noi)
Returns list of that users that match with search criteria |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |