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

B25479-01


oracle.workspaces.authorization
Class CwExternalUser

java.lang.Object
  extended byCwAbstractIdentity
      extended byoracle.workspaces.authorization.CwUser
          extended byoracle.workspaces.authorization.CwExternalUser


public class CwExternalUser
extends CwUser

This class represents a user which has been deleted from LDAP or an external user who participates the discussion forum from outside of the LDAP user base.

See Also:
Serialized Form

Method Summary
CwApplicationRole[] getApplicationRoles()
Always return empty array
CwUserProperties getProperties()
Return the default timezone

Methods inherited from class oracle.workspaces.authorization.CwUser
equals, getCredential, getDisplayName, getEmailAddress, getGranteeType, getNickname, getType, hashCode, isDeleted, toString

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

Method Detail

getApplicationRoles

public CwApplicationRole[] getApplicationRoles()
Always return empty array
Overrides:
getApplicationRoles in class CwUser

getProperties

public CwUserProperties getProperties()
Return the default timezone
Overrides:
getProperties in class CwUser
Returns:
the user properties object

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