|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.vfs.DomainAdministration
public class DomainAdministration
Defines domain administration properties for a user account.
Constructor Summary | |
---|---|
DomainAdministration()
Creates a new DomainAdministration instance. |
|
DomainAdministration(DomainAdministration that)
Creates a new DomainAdministration instance. |
Method Summary | |
---|---|
java.lang.Integer |
getMaxOwnedCount()
Gets maximum number of accounts that may be owned. |
java.lang.String |
getRestrictDir()
Gets absolute path of directory that account may assign to account virtual paths. |
boolean |
isAllowGroupAssignment()
Gets whether account can assign a group to accounts. |
boolean |
isAllowResourceMapping()
Sets whether account can assign a reverse proxy to an account virtual path. |
boolean |
isManageNonOwned()
Gets whether account can manage non-owned accounts. |
boolean |
isShareQuotas()
Gets whether traffic of owned users is rolled up to this account quota. |
void |
setAllowGroupAssignment(boolean value)
Sets whether account can assign a group to accounts. |
void |
setAllowResourceMapping(boolean value)
Gets whether account can assign a reverse proxy to an account virtual path. |
void |
setManageNonOwned(boolean value)
Sets whether account can manage non-owned accounts. |
void |
setMaxOwnedCount(java.lang.Integer count)
Sets maximum number of accounts that may be owned. |
void |
setRestrictDir(java.lang.String dir)
Gets absolute path of directory that account may assign to account virtual paths. |
void |
setShareQuotas(boolean share)
Sets whether traffic of owned users is rolled up to this account quota. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomainAdministration()
public DomainAdministration(DomainAdministration that)
that
- copy contructorMethod Detail |
---|
public java.lang.Integer getMaxOwnedCount()
public void setMaxOwnedCount(java.lang.Integer count)
count
- max accountspublic boolean isManageNonOwned()
public void setManageNonOwned(boolean value)
value
- true if can manage non-owned accounts, false otherwisepublic boolean isAllowGroupAssignment()
public void setAllowGroupAssignment(boolean value)
value
- true if can assign, false otherwisepublic boolean isAllowResourceMapping()
public void setAllowResourceMapping(boolean value)
value
- true if can assign a reverse proxy, false otherwisepublic java.lang.String getRestrictDir()
public void setRestrictDir(java.lang.String dir)
dir
- absolute directory pathpublic boolean isShareQuotas()
public void setShareQuotas(boolean share)
share
- true if traffic is rolled up, false otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |