com.plumtree.remote.prc
Class UserProperty

java.lang.Object
  extended bycom.plumtree.remote.prc.ObjectProperty
      extended bycom.plumtree.remote.prc.UserProperty

public class UserProperty
extends ObjectProperty

An enumerated type used to describe the properties of Users in the portal. Users support all of the properties in ObjectProperty as well as the following properties.


Field Summary
static UserProperty AuthName
          The user's authentication name, sent to the Authentication Source provider at login.
static UserProperty AuthSource
          The ID of the user's Authentication Source.
static UserProperty LoginName
          Login Name
static UserProperty NumericUserName
          User name used for used for login on alternative devices (hand-held devices).
static UserProperty SimpleName
          The mapping authentication name (login name minus the prefix).
static UserProperty UniqueName
          The name the Authentication Source provider uses to uniquely identify the user.
 
Fields inherited from class com.plumtree.remote.prc.ObjectProperty
ClassID, Created, Description, FolderID, IsLocalized, Language, LastModified, LastModifiedBy, Name, ObjectID, OwnerID, UUID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AuthSource

public static final UserProperty AuthSource
The ID of the user's Authentication Source.


AuthName

public static final UserProperty AuthName
The user's authentication name, sent to the Authentication Source provider at login.


SimpleName

public static final UserProperty SimpleName
The mapping authentication name (login name minus the prefix).


UniqueName

public static final UserProperty UniqueName
The name the Authentication Source provider uses to uniquely identify the user. For example, an AD GUID or LDAP DN.


NumericUserName

public static final UserProperty NumericUserName
User name used for used for login on alternative devices (hand-held devices).


LoginName

public static final UserProperty LoginName
Login Name



For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.