|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SaveSecurityEntityException | |
---|---|
org.moremotion.security | |
org.moremotion.security.broker |
Uses of SaveSecurityEntityException in org.moremotion.security |
---|
Methods in org.moremotion.security that throw SaveSecurityEntityException | |
---|---|
void |
SecurityContext.saveCheckPoint(CheckPoint checkPoint)
Saves a check point. |
void |
SecurityContext.saveRole(Role role)
Saves a role. |
void |
SecurityContext.saveUser(User user)
Saves given user. |
void |
SecurityContext.setVar(java.lang.String name,
java.lang.String value)
Sets a security broker variable. |
Uses of SaveSecurityEntityException in org.moremotion.security.broker |
---|
Methods in org.moremotion.security.broker that throw SaveSecurityEntityException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |