|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Main interface to configure the policy for a specified permission type and manage security of portal resources.
| Method Summary | |
java.util.Set |
getBindings(java.lang.String uri)
Return the set of constraints for the given uri. |
void |
removeBindings(java.lang.String uri)
Remove the contstraints for the provided uri |
void |
setBindings(java.lang.String uri,
java.util.Set bindings)
Add the provided constraints to this policy configuration |
| Method Detail |
public java.util.Set getBindings(java.lang.String uri)
uri -
public void setBindings(java.lang.String uri,
java.util.Set bindings)
throws SecurityConfigurationException
uri - bindings -
SecurityConfigurationException
public void removeBindings(java.lang.String uri)
throws SecurityConfigurationException
uri - the identifier of the secured resource
SecurityConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||