Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.authorization
Class CwApplicationRole

java.lang.Object
  extended byCwAbstractGrantable
      extended byoracle.workspaces.authorization.CwRole
          extended byoracle.workspaces.authorization.CwApplicationRole


public class CwApplicationRole
extends CwRole

The Application level role, ADMIN or CREATOR.

See Also:
Serialized Form

Field Summary
static CwApplicationRole CW_APPLICATION_ROLE_APPLICATION_ADMINS
static CwApplicationRole CW_APPLICATION_ROLE_WORKSPACE_CREATORS

Method Summary
boolean implies(CwPermission permission)
Check if this grantable implies the specified permission

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

CW_APPLICATION_ROLE_APPLICATION_ADMINS

public static final CwApplicationRole CW_APPLICATION_ROLE_APPLICATION_ADMINS

CW_APPLICATION_ROLE_WORKSPACE_CREATORS

public static final CwApplicationRole CW_APPLICATION_ROLE_WORKSPACE_CREATORS

Method Detail

implies

public boolean implies(CwPermission permission)
                throws CwException
Check if this grantable implies the specified permission
Returns:
true if the permission is implied; false otherwise
Throws:
CwException

Copyright © 2001, 2005, Oracle. All rights reserved.