|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.workspaces.ws.beans.SecurityConfiguration
This class represents Security Configuration.
| Constructor Summary | |
SecurityConfiguration() |
|
| Method Summary | |
Grants[] |
getGrants()Gets the grants value for this SecurityConfiguration. |
GroupGrants[] |
getGroupGrants()Gets the grants information for OID groups. |
long |
getId()Gets the id value for this SecurityConfiguration. |
Grants[] |
getPropagatedGrants()Gets the propagatedGrants value for this SecurityConfiguration. |
GroupGrants[] |
getPropagatedGroupGrants()Gets the _final value for this SecurityConfiguration. |
boolean |
is_final()Gets the _final value for this SecurityConfiguration. |
void |
set_final(boolean _final)Sets the _final value for this SecurityConfiguration. |
void |
setGrants(Grants[] grants)Sets the grants value for this SecurityConfiguration. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SecurityConfiguration()
| Method Detail |
public GroupGrants[] getGroupGrants()
public GroupGrants[] getPropagatedGroupGrants()
public boolean is_final()
public void set_final(boolean _final)
_final -public Grants[] getGrants()
public void setGrants(Grants[] grants)
grants -public long getId()
public Grants[] getPropagatedGrants()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||