|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokerCommunicationContext | |
---|---|
org.moremotion.security.broker |
Uses of BrokerCommunicationContext in org.moremotion.security.broker |
---|
Methods in org.moremotion.security.broker that return BrokerCommunicationContext | |
---|---|
BrokerCommunicationContext |
SecurityBroker.prepare(MoreMotionRequest request,
java.lang.Object initializedObject)
Prepares the broker for the successive calls. |
Methods in org.moremotion.security.broker with parameters of type BrokerCommunicationContext | |
---|---|
void |
SecurityBroker.deleteCheckPoint(BrokerCommunicationContext bcc,
java.lang.String checkPointName)
Deletes a check point. |
void |
SecurityBroker.deleteRole(BrokerCommunicationContext bcc,
java.lang.String roleName)
Deletes a role by its Name. |
void |
SecurityBroker.deleteUser(BrokerCommunicationContext bcc,
java.lang.String userName)
Deletes a user. |
CheckPoint |
SecurityBroker.getCheckPoint(BrokerCommunicationContext bcc,
java.lang.String checkPointName)
Finds a check point by its name. |
CheckPoint[] |
SecurityBroker.getCheckPoints(BrokerCommunicationContext bcc)
Returns a lists of all checkpoints. |
Role |
SecurityBroker.getRole(BrokerCommunicationContext bcc,
java.lang.String roleName)
Returns a role by its name. |
Role[] |
SecurityBroker.getRoles(BrokerCommunicationContext bcc)
Returns a list all of roles. |
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. |
void |
SecurityBroker.saveCheckPoint(BrokerCommunicationContext bcc,
CheckPoint checkPoint)
Saves a check point. |
void |
SecurityBroker.saveRole(BrokerCommunicationContext bcc,
Role role)
Saves a role. |
void |
SecurityBroker.saveUser(BrokerCommunicationContext bcc,
User user)
Saves a user. |
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 |