This API is a Sun Microsystems internal API and is subject to change without notice.
Checks whether or not a context name is defined.paramcontextName The context name to check.returntrue if the context is known, false otherwise.
true
false
Checks whether or not the specified user has READ access.paramuser The user name to check.returntrue if the host has read permission, false otherwise.
READ
Checks whether or not the specified user and context name have READ access.paramuser The user name to check.paramcontextName The context name associated with the user.paramsecurityLevel The request security level.returntrue if the pair (user, context) has read permission, false otherwise.
Checks whether or not the specified user has WRITE access.paramuser The user to check.returntrue if the user has write permission, false otherwise.
WRITE
Checks whether or not the specified user and context name have WRITE access.paramuser The user name to check.paramcontextName The context name associated with the user.paramsecurityLevel The request security level.returntrue if the pair (user, context) has write permission, false otherwise.
Returns the name of the ACL.returnThe name of the ACL.