public interface ISecurityProfileVirtualDirectory
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the logical URL of a virtual directory
|
boolean |
getAllowedRead()
Gets the value of the flag that shows whether reading from the virtual directory is allowed
|
boolean |
getAllowedWrite()
Gets the value of the flag that shows whether writing to the virtual directory is allowed
|
String |
getDescr()
Gets virtual directory description
|
String |
getPhysicalPath()
Gets the physical URL of a virtual directory
|
String |
getSPName()
Gets security profile name
|
void |
setAlias(String alias)
Sets the logical URL of a virtual directory
|
void |
setAllowedRead(boolean allowedRead)
Sets the value of the flag that shows whether reading from the virtual directory is allowed
|
void |
setAllowedWrite(boolean allowedWrite)
Sets the value of the flag that shows whether writing to the virtual directory is allowed
|
void |
setDescr(String descr)
Sets virtual directory description
|
void |
setPhysicalPath(String physicalPath)
Sets the physical URL of a virtual directory
|
void |
setSPName(String spName)
Sets security profile name
|
String getSPName()
void setSPName(String spName)
spName
- security profile nameString getAlias()
void setAlias(String alias)
alias
- logical URL of a virtual directoryString getPhysicalPath()
void setPhysicalPath(String physicalPath)
physicalPath
- URL of a virtual directoryboolean getAllowedRead()
void setAllowedRead(boolean allowedRead)
allowedRead
- value of the flag that shows whether reading from the virtual directory is allowedboolean getAllowedWrite()
void setAllowedWrite(boolean allowedWrite)
allowedWrite
- value of the flag that shows whether writing to the virtual directory is allowedString getDescr()
void setDescr(String descr)
descr
- virtual directory descriptionCopyright © '1C' 1996-2012