|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteSecurityEntityException | |
---|---|
org.moremotion.security | |
org.moremotion.security.broker |
Uses of DeleteSecurityEntityException in org.moremotion.security |
---|
Methods in org.moremotion.security that throw DeleteSecurityEntityException | |
---|---|
void |
SecurityContext.deleteCheckPoint(java.lang.String checkPointName)
Deletes an check point. |
void |
SecurityContext.deleteRole(java.lang.String roleName)
Deletes a role by its name. |
void |
SecurityContext.deleteUser(java.lang.String userName)
Deletes the given user. |
Uses of DeleteSecurityEntityException in org.moremotion.security.broker |
---|
Methods in org.moremotion.security.broker that throw DeleteSecurityEntityException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |