Index

Object HARMONI.RepositorySecurityOptions


Variable Index

 o USE_DEFAULTS
Ordinal for security mode indicating folder defaults should be used
 o USE_LIST
Ordinal for security mode indicating access list should be used

Method Index

 o getModeString(int, String)
Returns a String which describes the specifed security mode and ACL String
 o getReadACL()
returns the read Access Control List
 o getReadMode()
returns the read security mode for this repository object
 o getWriteACL()
returns the write Access Control List
 o getWriteMode()
returns the write security mode for this repository object
 o toString()
Returns a String which describes these security options
 o validate()
Validates the security options

Field Detail

 o USE_DEFAULTS
int USE_DEFAULTS
          Ordinal for security mode indicating folder defaults should be used
 o USE_LIST
int USE_LIST
          Ordinal for security mode indicating access list should be used

Method Detail

 o getReadMode
int getReadMode()
          returns the read security mode for this repository object
Returns:
the read security mode for this repository object
 o getReadACL
String getReadACL()
          returns the read Access Control List
Returns:
the read Access Control List
 o getWriteMode
int getWriteMode()
          returns the write security mode for this repository object
Returns:
the write security mode for this repository object
 o getWriteACL
String getWriteACL()
          returns the write Access Control List
Returns:
the write Access Control List
 o validate
void validate()
          Validates the security options
 o 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
 o toString
String toString()
          Returns a String which describes these security options
Returns:
a String which describes these security options

Index