Index
Object PCRE.RepositorySecurityOptions
USE_DEFAULTS- Ordinal for security mode indicating folder defaults should be used
USE_LIST- Ordinal for security mode indicating access list should be used
getModeString(int, String)
- Returns a String which describes the specifed security mode and ACL String
getReadACL()
- returns the read Access Control List
getReadMode()
- returns the read security mode for this repository object
getWriteACL()
- returns the write Access Control List
getWriteMode()
- returns the write security mode for this repository object
toString()
- Returns a String which describes these security options
validate()
- Validates the security options
USE_DEFAULTS
int USE_DEFAULTS
Ordinal for security mode indicating folder defaults should be used
USE_LIST
int USE_LIST
Ordinal for security mode indicating access list should be used
getReadMode
int getReadMode()
returns the read security mode for this repository object
- Returns:
- the read security mode for this repository object
getReadACL
String getReadACL()
returns the read Access Control List
- Returns:
- the read Access Control List
getWriteMode
int getWriteMode()
returns the write security mode for this repository object
- Returns:
- the write security mode for this repository object
getWriteACL
String getWriteACL()
returns the write Access Control List
- Returns:
- the write Access Control List
validate
void validate()
Validates the security options
getModeString
String getModeString(int mode,
String acl)
Returns a String which describes the specifed security mode and ACL String
- Returns:
- a String which describes the specifed security mode and ACL String
toString
String toString()
Returns a String which describes these security options
- Returns:
- a String which describes these security options
Index