Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Class AttributeNames

java.lang.Object
  extended byoracle.tip.pc.services.identity.AttributeNames


public class AttributeNames
extends java.lang.Object

AttributeNames defines suppored BPEL Process Manager Identity Service attibutes

Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String DESCRIPTION_ATTRNAME
          DESCRIPTION_ATTRNAME defines description attribute
static java.lang.String DISPLAYNAME_ATTRNAME
          DISPLAYNAME_ATTRNAME difines display name attribute
static java.lang.String DN_ATTRNAME
          DN_ATTRNAME defines distiguish name attribute
static java.lang.String FAX_ATTRNAME
          FAX_ATTRNAME defines fax number attribute
static java.lang.String FIRSTNAME_ATTRNAME
          FIRSTNAME_ATTRNAME defines first name attribute
static java.lang.String GUID_ATTRNAME
          GUID_ATTRNAME defines oracle guid number attribute
static java.lang.String HOMEPHONE_ATTRNAME
          HOMEPHONE_ATTRNAME defines home phone attribute
static java.lang.String LASTNAME_ATTRNAME
          LASTNAME_ATTRNAME defines last name attribute
static java.lang.String MAIL_ATTRNAME
          MAIL_ATTRNAME defines email attribute
static java.lang.String MANAGER_ATTRNAME
          MANAGER_ATTRNAME defines manager attribute
static java.lang.String MIDDLENAME_ATTRNAME
          MIDDLENAME_ATTRNAME defines middle name attribute
static java.lang.String MOBILE_ATTRNAME
          MOBILE_ATTRNAME defines mobile phone attribute
static java.lang.String NAME_ATTRNAME
          NAME_ATTRNAME difines comman name attribute
static java.lang.String NOTIFICATION_ATTRNAME
          NOTIFICATION_ATTRNAME defines notification preference attribute
static java.lang.String PAGER_ATTRNAME
          PAGER_ATTRNAME defines pager number attribute
static java.lang.String PREFERRED_LANGUGAE_ATTRNAME
          PREFERRED_LANGUGAE_ATTRNAME defines prefered language attribute
static java.lang.String TIMEZONE_ATTRNAME
          TIMEZONE_ATTRNAME defines oracle timezone attribute for user
static java.lang.String TITLE_ATTRNAME
          TITLE_ATTRNAME defines title attribute
static java.lang.String UID_ATTRNAME
          UID_ATTRNAME difines uid attribute
static java.lang.String WORKPHONE_ATTRNAME
          WORKPHONE_ATTRNAME defines work phone attribute

 

Constructor Summary
AttributeNames()
           

 

Method Summary
 void verifyAttributeName(java.lang.String attrName)
          Verifies attribute name.

 

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

 

Field Detail

NAME_ATTRNAME

public static final java.lang.String NAME_ATTRNAME
NAME_ATTRNAME difines comman name attribute
See Also:
Constant Field Values

UID_ATTRNAME

public static final java.lang.String UID_ATTRNAME
UID_ATTRNAME difines uid attribute
See Also:
Constant Field Values

DISPLAYNAME_ATTRNAME

public static final java.lang.String DISPLAYNAME_ATTRNAME
DISPLAYNAME_ATTRNAME difines display name attribute
See Also:
Constant Field Values

DESCRIPTION_ATTRNAME

public static final java.lang.String DESCRIPTION_ATTRNAME
DESCRIPTION_ATTRNAME defines description attribute
See Also:
Constant Field Values

FIRSTNAME_ATTRNAME

public static final java.lang.String FIRSTNAME_ATTRNAME
FIRSTNAME_ATTRNAME defines first name attribute
See Also:
Constant Field Values

MIDDLENAME_ATTRNAME

public static final java.lang.String MIDDLENAME_ATTRNAME
MIDDLENAME_ATTRNAME defines middle name attribute
See Also:
Constant Field Values

LASTNAME_ATTRNAME

public static final java.lang.String LASTNAME_ATTRNAME
LASTNAME_ATTRNAME defines last name attribute
See Also:
Constant Field Values

WORKPHONE_ATTRNAME

public static final java.lang.String WORKPHONE_ATTRNAME
WORKPHONE_ATTRNAME defines work phone attribute
See Also:
Constant Field Values

HOMEPHONE_ATTRNAME

public static final java.lang.String HOMEPHONE_ATTRNAME
HOMEPHONE_ATTRNAME defines home phone attribute
See Also:
Constant Field Values

MOBILE_ATTRNAME

public static final java.lang.String MOBILE_ATTRNAME
MOBILE_ATTRNAME defines mobile phone attribute
See Also:
Constant Field Values

PAGER_ATTRNAME

public static final java.lang.String PAGER_ATTRNAME
PAGER_ATTRNAME defines pager number attribute
See Also:
Constant Field Values

FAX_ATTRNAME

public static final java.lang.String FAX_ATTRNAME
FAX_ATTRNAME defines fax number attribute
See Also:
Constant Field Values

MAIL_ATTRNAME

public static final java.lang.String MAIL_ATTRNAME
MAIL_ATTRNAME defines email attribute
See Also:
Constant Field Values

MANAGER_ATTRNAME

public static final java.lang.String MANAGER_ATTRNAME
MANAGER_ATTRNAME defines manager attribute
See Also:
Constant Field Values

TITLE_ATTRNAME

public static final java.lang.String TITLE_ATTRNAME
TITLE_ATTRNAME defines title attribute
See Also:
Constant Field Values

PREFERRED_LANGUGAE_ATTRNAME

public static final java.lang.String PREFERRED_LANGUGAE_ATTRNAME
PREFERRED_LANGUGAE_ATTRNAME defines prefered language attribute
See Also:
Constant Field Values

DN_ATTRNAME

public static final java.lang.String DN_ATTRNAME
DN_ATTRNAME defines distiguish name attribute
See Also:
Constant Field Values

GUID_ATTRNAME

public static final java.lang.String GUID_ATTRNAME
GUID_ATTRNAME defines oracle guid number attribute
See Also:
Constant Field Values

TIMEZONE_ATTRNAME

public static final java.lang.String TIMEZONE_ATTRNAME
TIMEZONE_ATTRNAME defines oracle timezone attribute for user
See Also:
Constant Field Values

NOTIFICATION_ATTRNAME

public static final java.lang.String NOTIFICATION_ATTRNAME
NOTIFICATION_ATTRNAME defines notification preference attribute
See Also:
Constant Field Values

Constructor Detail

AttributeNames

public AttributeNames()

Method Detail

verifyAttributeName

public void verifyAttributeName(java.lang.String attrName)
                         throws BPMUnsupportedAttributeException
Verifies attribute name.
Parameters:
attrName - a attrinute name
Throws:
BPMUnsupportedAttributeException - if attribute is not supported

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.