|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The SecurityRoleRefSetCtrl
interface ...
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
Method Summary | |
SecurityRoleRef |
add(SecurityRoleRef securityRoleRef)
Adds a SecurityRoleRef to the set |
void |
remove(SecurityRoleRef securityRoleRef)
Removes the given SecurityRoleRef from the set |
SecurityRoleRef |
remove(java.lang.String name)
Removes the SecurityRoleRef with the given name from the set |
Method Detail |
public SecurityRoleRef add(SecurityRoleRef securityRoleRef)
securityRoleRef
- the security-role-ref to be added
public SecurityRoleRef remove(java.lang.String name)
name
- the name of the SecurityRoleRef to be removed
public void remove(SecurityRoleRef securityRoleRef)
securityRoleRef
- the SecurityRoleRef to be removed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |