Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class SecurityConfiguration

java.lang.Object
  extended byoracle.workspaces.ws.beans.SecurityConfiguration


public class SecurityConfiguration
extends java.lang.Object

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

SecurityConfiguration

public SecurityConfiguration()

Method Detail

getGroupGrants

public GroupGrants[] getGroupGrants()
Gets the grants information for OID groups.
Returns:
_final

getPropagatedGroupGrants

public GroupGrants[] getPropagatedGroupGrants()
Gets the _final value for this SecurityConfiguration.
Returns:
_final

is_final

public boolean is_final()
Gets the _final value for this SecurityConfiguration.
Returns:
_final

set_final

public void set_final(boolean _final)
Sets the _final value for this SecurityConfiguration.
Parameters:
_final -

getGrants

public Grants[] getGrants()
Gets the grants value for this SecurityConfiguration.
Returns:
grants

setGrants

public void setGrants(Grants[] grants)
Sets the grants value for this SecurityConfiguration.
Parameters:
grants -

getId

public long getId()
Gets the id value for this SecurityConfiguration.
Returns:
id

getPropagatedGrants

public Grants[] getPropagatedGrants()
Gets the propagatedGrants value for this SecurityConfiguration.
Returns:
propagatedGrants

Copyright © 2001, 2006, Oracle. All rights reserved.