Oracle Fusion Middleware Identity Governance Framework UserRole API Reference
11g Release 1 (11.1.1)

E16591-02

oracle.igf.userrole
Class User

java.lang.Object
  extended by org.openliberty.arisidbeans.IGFObject
      extended by oracle.igf.userrole.User

public class User
extends IGFObject

This User class generated from CARML file userrole.xml has get/set methods for the attributes declared in the CARML file


Field Summary
static java.lang.String ACTIVEENDDATE
          Active End Date
static java.lang.String ACTIVESTARTDATE
          Active Start Date
static java.lang.String COMMONNAME
          Common Name
static java.lang.String COUNTRY
          Business Country
static java.lang.String DATEOFBIRTH
          Employee Date of Birth
static java.lang.String DEFAULTGROUP
          Default Group
static java.lang.String DEPARTMENT
          Department
static java.lang.String DESCRIPTION
          Description
static java.lang.String DISPLAYNAME
          Display Name
static java.lang.String EMPLOYEENUMBER
          Employee Number
static java.lang.String EMPLOYEETYPE
          Employee Type
static java.lang.String FAX
          Business Fax Number
static java.lang.String FIRSTNAME
          Employee First Name
static java.lang.String GENDER
          Gender
static java.lang.String GUID
          Global Unique ID in repository
static java.lang.String HIREDATE
          Hire Date
static java.lang.String HOMEADDRESS
          Home Address
static java.lang.String HOMEPHONE
          Home Phone
static java.lang.String INITIALS
          Employee Initials
static java.lang.String JPEGPHOTO
          JPEG Photo
static java.lang.String LASTNAME
          Employee Last Name
static java.lang.String LOCALITYNAME
          Locality Name
static java.lang.String LOGINID
          User Login ID
static java.lang.String MAIDENNAME
          Employee Maiden Name
static java.lang.String MAIL
          Email ID
static java.lang.String MANAGER
          Manager
static java.lang.String MIDDLENAME
          Employee Middle Name
static java.lang.String MOBILE
          Business Mobile
static java.lang.String NAME
          Name
static java.lang.String ORG
          Organization
static java.lang.String ORGUNIT
          Organizational Unit
static java.lang.String PAGER
          Business Pager
static java.lang.String POBOX
          Business Post Office Box
static java.lang.String POSTALADDRESS
          Business Postal Address
static java.lang.String POSTALCODE
          Business Postal Code
static java.lang.String PREFERREDLANGUAGE
          Preferred Language
static java.lang.String STATE
          Business State
static java.lang.String STREET
          Business Street
static java.lang.String TELEPHONE
          Business Telephone
static java.lang.String TIMEZONE
          Timezone
static java.lang.String TITLE
          Employee Title
static java.lang.String UIACCESSMODE
          UI Access Mode
static java.lang.String UID
          Unique User ID
static java.lang.String UNIQUENAME
          Unique name of the subject
static java.lang.String USERCERTIFICATE
          User Certificate
static java.lang.String WIRELESSACCTNUMBER
          Employee Wireless Account Number
 
Constructor Summary
User(UserManager mgr, IDigitalSubject subj)
           
User(UserManager mgr, IDigitalSubject subj, java.util.Map<java.lang.String,java.util.Map<java.util.Locale,java.lang.String>> map)
           
 
Method Summary
 void addTelephone(java.lang.String value)
           
 void addTelephone(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of telephone This method updates the value in the Attribute Authority
 boolean compare(User subj)
           
 void deleteTelephone(java.lang.String value)
           
 void deleteTelephone(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of telephone This method updates the value in the Attribute Authority
 java.lang.String getActiveenddate()
          Returns activeenddate from User object
 java.lang.String getActiveenddate(java.util.Locale locale)
          Returns activeenddate from User object for a Locale
 java.lang.String getActivestartdate()
          Returns activestartdate from User object
 java.lang.String getActivestartdate(java.util.Locale locale)
          Returns activestartdate from User object for a Locale
 java.lang.String getCommonname()
          Returns commonname from User object
 java.lang.String getCommonname(java.util.Locale locale)
          Returns commonname from User object for a Locale
 java.lang.String getCountry()
          Returns country from User object
 java.lang.String getCountry(java.util.Locale locale)
          Returns country from User object for a Locale
 java.lang.String getDateofbirth()
          Returns dateofbirth from User object
 java.lang.String getDateofbirth(java.util.Locale locale)
          Returns dateofbirth from User object for a Locale
 java.lang.String getDefaultgroup()
          Returns defaultgroup from User object
 java.lang.String getDefaultgroup(java.util.Locale locale)
          Returns defaultgroup from User object for a Locale
 java.lang.String getDepartment()
          Returns department from User object
 java.lang.String getDepartment(java.util.Locale locale)
          Returns department from User object for a Locale
 java.lang.String getDescription()
          Returns description from User object
 java.lang.String getDescription(java.util.Locale locale)
          Returns description from User object for a Locale
 java.lang.String getDisplayname()
          Returns displayname from User object
 java.lang.String getDisplayname(java.util.Locale locale)
          Returns displayname from User object for a Locale
 java.lang.String getEmployeenumber()
          Returns employeenumber from User object
 java.lang.String getEmployeenumber(java.util.Locale locale)
          Returns employeenumber from User object for a Locale
 java.lang.String getEmployeetype()
          Returns employeetype from User object
 java.lang.String getEmployeetype(java.util.Locale locale)
          Returns employeetype from User object for a Locale
 java.lang.String getFax()
          Returns fax from User object
 java.lang.String getFax(java.util.Locale locale)
          Returns fax from User object for a Locale
 java.lang.String getFirstname()
          Returns firstname from User object
 java.lang.String getFirstname(java.util.Locale locale)
          Returns firstname from User object for a Locale
 java.lang.String getGender()
          Returns gender from User object
 java.lang.String getGender(java.util.Locale locale)
          Returns gender from User object for a Locale
 java.lang.String getGuid()
          Returns guid from User object
 java.lang.String getGuid(java.util.Locale locale)
          Returns guid from User object for a Locale
 java.lang.String getHiredate()
          Returns hiredate from User object
 java.lang.String getHiredate(java.util.Locale locale)
          Returns hiredate from User object for a Locale
 java.lang.String getHomeaddress()
          Returns homeaddress from User object
 java.lang.String getHomeaddress(java.util.Locale locale)
          Returns homeaddress from User object for a Locale
 java.lang.String getHomephone()
          Returns homephone from User object
 java.lang.String getHomephone(java.util.Locale locale)
          Returns homephone from User object for a Locale
 java.lang.String getInitials()
          Returns initials from User object
 java.lang.String getInitials(java.util.Locale locale)
          Returns initials from User object for a Locale
 byte[] getJpegphoto()
          Returns jpegphoto from User object
 java.lang.String getLastname()
          Returns lastname from User object
 java.lang.String getLastname(java.util.Locale locale)
          Returns lastname from User object for a Locale
 java.lang.String getLocalityname()
          Returns localityname from User object
 java.lang.String getLocalityname(java.util.Locale locale)
          Returns localityname from User object for a Locale
 java.lang.String getLoginid()
          Returns loginid from User object
 java.lang.String getLoginid(java.util.Locale locale)
          Returns loginid from User object for a Locale
 java.lang.String getMaidenname()
          Returns maidenname from User object
 java.lang.String getMaidenname(java.util.Locale locale)
          Returns maidenname from User object for a Locale
 java.lang.String getMail()
          Returns mail from User object
 java.lang.String getMail(java.util.Locale locale)
          Returns mail from User object for a Locale
 java.lang.String getManager()
          Returns manager from User object
 java.lang.String getManager(java.util.Locale locale)
          Returns manager from User object for a Locale
 java.lang.String getMiddlename()
          Returns middlename from User object
 java.lang.String getMiddlename(java.util.Locale locale)
          Returns middlename from User object for a Locale
 java.lang.String getMobile()
          Returns mobile from User object
 java.lang.String getMobile(java.util.Locale locale)
          Returns mobile from User object for a Locale
 java.lang.String getName()
          Returns name from User object
 java.lang.String getName(java.util.Locale locale)
          Returns name from User object for a Locale
 java.lang.String getOrg()
          Returns org from User object
 java.lang.String getOrg(java.util.Locale locale)
          Returns org from User object for a Locale
 java.lang.String getOrgunit()
          Returns orgunit from User object
 java.lang.String getOrgunit(java.util.Locale locale)
          Returns orgunit from User object for a Locale
 java.lang.String getPager()
          Returns pager from User object
 java.lang.String getPager(java.util.Locale locale)
          Returns pager from User object for a Locale
 java.lang.String getPobox()
          Returns pobox from User object
 java.lang.String getPobox(java.util.Locale locale)
          Returns pobox from User object for a Locale
 java.lang.String getPostaladdress()
          Returns postaladdress from User object
 java.lang.String getPostaladdress(java.util.Locale locale)
          Returns postaladdress from User object for a Locale
 java.lang.String getPostalcode()
          Returns postalcode from User object
 java.lang.String getPostalcode(java.util.Locale locale)
          Returns postalcode from User object for a Locale
 java.lang.String getPreferredlanguage()
          Returns preferredlanguage from User object
 java.lang.String getPreferredlanguage(java.util.Locale locale)
          Returns preferredlanguage from User object for a Locale
 java.lang.String getState()
          Returns state from User object
 java.lang.String getState(java.util.Locale locale)
          Returns state from User object for a Locale
 java.lang.String getStreet()
          Returns street from User object
 java.lang.String getStreet(java.util.Locale locale)
          Returns street from User object for a Locale
 java.lang.String getTelephone()
          Returns telephone from User object
 java.lang.String getTelephone(java.util.Locale locale)
          Returns telephone from User object for a Locale
 java.lang.String getTimezone()
          Returns timezone from User object
 java.lang.String getTimezone(java.util.Locale locale)
          Returns timezone from User object for a Locale
 java.lang.String getTitle()
          Returns title from User object
 java.lang.String getTitle(java.util.Locale locale)
          Returns title from User object for a Locale
 java.lang.String getUiaccessmode()
          Returns uiaccessmode from User object
 java.lang.String getUiaccessmode(java.util.Locale locale)
          Returns uiaccessmode from User object for a Locale
 java.lang.String getUid()
          Returns uid from User object
 java.lang.String getUid(java.util.Locale locale)
          Returns uid from User object for a Locale
 java.lang.String getUniquename()
          Returns uniquename from User object
 java.lang.String getUniquename(java.util.Locale locale)
          Returns uniquename from User object for a Locale
 byte[] getUsercertificate()
          Returns usercertificate from User object
 java.lang.String getWirelessacctnumber()
          Returns wirelessacctnumber from User object
 java.lang.String getWirelessacctnumber(java.util.Locale locale)
          Returns wirelessacctnumber from User object for a Locale
 void setActiveenddate(java.lang.String value)
           
 void setActiveenddate(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets activeenddate This method updates the value in the Attribute Authority
 void setActivestartdate(java.lang.String value)
           
 void setActivestartdate(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets activestartdate This method updates the value in the Attribute Authority
 void setCommonname(java.lang.String value)
           
 void setCommonname(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets commonname This method updates the value in the Attribute Authority
 void setCountry(java.lang.String value)
           
 void setCountry(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets country This method updates the value in the Attribute Authority
 void setDateofbirth(java.lang.String value)
           
 void setDateofbirth(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets dateofbirth This method updates the value in the Attribute Authority
 void setDefaultgroup(java.lang.String value)
           
 void setDefaultgroup(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets defaultgroup This method updates the value in the Attribute Authority
 void setDepartment(java.lang.String value)
           
 void setDepartment(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets department This method updates the value in the Attribute Authority
 void setDescription(java.lang.String value)
           
 void setDescription(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets description This method updates the value in the Attribute Authority
 void setDisplayname(java.lang.String value)
           
 void setDisplayname(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets displayname This method updates the value in the Attribute Authority
 void setEmployeenumber(java.lang.String value)
           
 void setEmployeenumber(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets employeenumber This method updates the value in the Attribute Authority
 void setEmployeetype(java.lang.String value)
           
 void setEmployeetype(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets employeetype This method updates the value in the Attribute Authority
 void setFax(java.lang.String value)
           
 void setFax(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets fax This method updates the value in the Attribute Authority
 void setFirstname(java.lang.String value)
           
 void setFirstname(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets firstname This method updates the value in the Attribute Authority
 void setGender(java.lang.String value)
           
 void setGender(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets gender This method updates the value in the Attribute Authority
 void setHiredate(java.lang.String value)
           
 void setHiredate(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets hiredate This method updates the value in the Attribute Authority
 void setHomeaddress(java.lang.String value)
           
 void setHomeaddress(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets homeaddress This method updates the value in the Attribute Authority
 void setHomephone(java.lang.String value)
           
 void setHomephone(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets homephone This method updates the value in the Attribute Authority
 void setInitials(java.lang.String value)
           
 void setInitials(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets initials This method updates the value in the Attribute Authority
 void setJpegphoto(byte[] value)
           
 void setJpegphoto(byte[] value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets jpegphoto This method updates the value in the Attribute Authority
 void setLastname(java.lang.String value)
           
 void setLastname(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets lastname This method updates the value in the Attribute Authority
 void setLocalityname(java.lang.String value)
           
 void setLocalityname(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets localityname This method updates the value in the Attribute Authority
 void setLoginid(java.lang.String value)
           
 void setLoginid(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets loginid This method updates the value in the Attribute Authority
 void setMaidenname(java.lang.String value)
           
 void setMaidenname(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets maidenname This method updates the value in the Attribute Authority
 void setMail(java.lang.String value)
           
 void setMail(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets mail This method updates the value in the Attribute Authority
 void setManager(java.lang.String value)
           
 void setManager(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets manager This method updates the value in the Attribute Authority
 void setManager(User user)
           
 void setManager(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets manager This method updates the value in Attribute Authority
 void setMiddlename(java.lang.String value)
           
 void setMiddlename(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets middlename This method updates the value in the Attribute Authority
 void setMobile(java.lang.String value)
           
 void setMobile(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets mobile This method updates the value in the Attribute Authority
 void setName(java.lang.String value)
           
 void setName(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets name This method updates the value in the Attribute Authority
 void setOrg(java.lang.String value)
           
 void setOrg(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets org This method updates the value in the Attribute Authority
 void setOrgunit(java.lang.String value)
           
 void setOrgunit(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets orgunit This method updates the value in the Attribute Authority
 void setPager(java.lang.String value)
           
 void setPager(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets pager This method updates the value in the Attribute Authority
 void setPobox(java.lang.String value)
           
 void setPobox(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets pobox This method updates the value in the Attribute Authority
 void setPostaladdress(java.lang.String value)
           
 void setPostaladdress(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets postaladdress This method updates the value in the Attribute Authority
 void setPostalcode(java.lang.String value)
           
 void setPostalcode(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets postalcode This method updates the value in the Attribute Authority
 void setPreferredlanguage(java.lang.String value)
           
 void setPreferredlanguage(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets preferredlanguage This method updates the value in the Attribute Authority
 void setState(java.lang.String value)
           
 void setState(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets state This method updates the value in the Attribute Authority
 void setStreet(java.lang.String value)
           
 void setStreet(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets street This method updates the value in the Attribute Authority
 void setTelephone(java.lang.String value)
           
 void setTelephone(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets telephone This method updates the value in the Attribute Authority
 void setTimezone(java.lang.String value)
           
 void setTimezone(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets timezone This method updates the value in the Attribute Authority
 void setTitle(java.lang.String value)
           
 void setTitle(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets title This method updates the value in the Attribute Authority
 void setUiaccessmode(java.lang.String value)
           
 void setUiaccessmode(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets uiaccessmode This method updates the value in the Attribute Authority
 void setUid(java.lang.String value)
           
 void setUid(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets uid This method updates the value in the Attribute Authority
 void setUsercertificate(byte[] value)
           
 void setUsercertificate(byte[] value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets usercertificate This method updates the value in the Attribute Authority
 void setWirelessacctnumber(java.lang.String value)
           
 void setWirelessacctnumber(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets wirelessacctnumber This method updates the value in the Attribute Authority
 
Methods inherited from class org.openliberty.arisidbeans.IGFObject
getAllAttributes, getAllPredicates, getAllProperties, getAllRoles, getAttribute, getAttributeLocaleValue, getAttributeLocaleValue, getAttributes, getAttributeValue, getError, getPredicate, getPredicates, getPredicateValue, getPrincipalIdentifier, getProperties, getProperty, getPropertyValue, getRole, getRoles, getSubjectName, hasRole, isError, isPredicateTrue, setAttribute, setAttribute, setAttributes, setAttributes, setAttributeValue, setAttributeValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVEENDDATE

public static final java.lang.String ACTIVEENDDATE
Active End Date

See Also:
Constant Field Values

ACTIVESTARTDATE

public static final java.lang.String ACTIVESTARTDATE
Active Start Date

See Also:
Constant Field Values

COMMONNAME

public static final java.lang.String COMMONNAME
Common Name

See Also:
Constant Field Values

COUNTRY

public static final java.lang.String COUNTRY
Business Country

See Also:
Constant Field Values

DATEOFBIRTH

public static final java.lang.String DATEOFBIRTH
Employee Date of Birth

See Also:
Constant Field Values

DEFAULTGROUP

public static final java.lang.String DEFAULTGROUP
Default Group

See Also:
Constant Field Values

DEPARTMENT

public static final java.lang.String DEPARTMENT
Department

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Description

See Also:
Constant Field Values

DISPLAYNAME

public static final java.lang.String DISPLAYNAME
Display Name

See Also:
Constant Field Values

EMPLOYEENUMBER

public static final java.lang.String EMPLOYEENUMBER
Employee Number

See Also:
Constant Field Values

EMPLOYEETYPE

public static final java.lang.String EMPLOYEETYPE
Employee Type

See Also:
Constant Field Values

FAX

public static final java.lang.String FAX
Business Fax Number

See Also:
Constant Field Values

FIRSTNAME

public static final java.lang.String FIRSTNAME
Employee First Name

See Also:
Constant Field Values

GENDER

public static final java.lang.String GENDER
Gender

See Also:
Constant Field Values

GUID

public static final java.lang.String GUID
Global Unique ID in repository

See Also:
Constant Field Values

HIREDATE

public static final java.lang.String HIREDATE
Hire Date

See Also:
Constant Field Values

HOMEADDRESS

public static final java.lang.String HOMEADDRESS
Home Address

See Also:
Constant Field Values

HOMEPHONE

public static final java.lang.String HOMEPHONE
Home Phone

See Also:
Constant Field Values

INITIALS

public static final java.lang.String INITIALS
Employee Initials

See Also:
Constant Field Values

JPEGPHOTO

public static final java.lang.String JPEGPHOTO
JPEG Photo

See Also:
Constant Field Values

LASTNAME

public static final java.lang.String LASTNAME
Employee Last Name

See Also:
Constant Field Values

LOCALITYNAME

public static final java.lang.String LOCALITYNAME
Locality Name

See Also:
Constant Field Values

LOGINID

public static final java.lang.String LOGINID
User Login ID

See Also:
Constant Field Values

MAIDENNAME

public static final java.lang.String MAIDENNAME
Employee Maiden Name

See Also:
Constant Field Values

MAIL

public static final java.lang.String MAIL
Email ID

See Also:
Constant Field Values

MANAGER

public static final java.lang.String MANAGER
Manager

See Also:
Constant Field Values

MIDDLENAME

public static final java.lang.String MIDDLENAME
Employee Middle Name

See Also:
Constant Field Values

MOBILE

public static final java.lang.String MOBILE
Business Mobile

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Name

See Also:
Constant Field Values

ORG

public static final java.lang.String ORG
Organization

See Also:
Constant Field Values

ORGUNIT

public static final java.lang.String ORGUNIT
Organizational Unit

See Also:
Constant Field Values

PAGER

public static final java.lang.String PAGER
Business Pager

See Also:
Constant Field Values

POBOX

public static final java.lang.String POBOX
Business Post Office Box

See Also:
Constant Field Values

POSTALADDRESS

public static final java.lang.String POSTALADDRESS
Business Postal Address

See Also:
Constant Field Values

POSTALCODE

public static final java.lang.String POSTALCODE
Business Postal Code

See Also:
Constant Field Values

PREFERREDLANGUAGE

public static final java.lang.String PREFERREDLANGUAGE
Preferred Language

See Also:
Constant Field Values

STATE

public static final java.lang.String STATE
Business State

See Also:
Constant Field Values

STREET

public static final java.lang.String STREET
Business Street

See Also:
Constant Field Values

TELEPHONE

public static final java.lang.String TELEPHONE
Business Telephone

See Also:
Constant Field Values

TIMEZONE

public static final java.lang.String TIMEZONE
Timezone

See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
Employee Title

See Also:
Constant Field Values

UIACCESSMODE

public static final java.lang.String UIACCESSMODE
UI Access Mode

See Also:
Constant Field Values

UID

public static final java.lang.String UID
Unique User ID

See Also:
Constant Field Values

UNIQUENAME

public static final java.lang.String UNIQUENAME
Unique name of the subject

See Also:
Constant Field Values

USERCERTIFICATE

public static final java.lang.String USERCERTIFICATE
User Certificate

See Also:
Constant Field Values

WIRELESSACCTNUMBER

public static final java.lang.String WIRELESSACCTNUMBER
Employee Wireless Account Number

See Also:
Constant Field Values
Constructor Detail

User

public User(UserManager mgr,
            IDigitalSubject subj)

User

public User(UserManager mgr,
            IDigitalSubject subj,
            java.util.Map<java.lang.String,java.util.Map<java.util.Locale,java.lang.String>> map)
Method Detail

compare

public boolean compare(User subj)

getActiveenddate

public java.lang.String getActiveenddate()
Returns activeenddate from User object


getActiveenddate

public java.lang.String getActiveenddate(java.util.Locale locale)
Returns activeenddate from User object for a Locale


setActiveenddate

public void setActiveenddate(java.lang.String value,
                             java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                      throws ConnectionException,
                             PolicyException,
                             NoSuchSubjectException,
                             SubjectNotUniqueException,
                             IDBeanException
Sets activeenddate This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setActiveenddate

public void setActiveenddate(java.lang.String value)
                      throws ConnectionException,
                             PolicyException,
                             NoSuchSubjectException,
                             SubjectNotUniqueException,
                             IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getActivestartdate

public java.lang.String getActivestartdate()
Returns activestartdate from User object


getActivestartdate

public java.lang.String getActivestartdate(java.util.Locale locale)
Returns activestartdate from User object for a Locale


setActivestartdate

public void setActivestartdate(java.lang.String value,
                               java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                        throws ConnectionException,
                               PolicyException,
                               NoSuchSubjectException,
                               SubjectNotUniqueException,
                               IDBeanException
Sets activestartdate This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setActivestartdate

public void setActivestartdate(java.lang.String value)
                        throws ConnectionException,
                               PolicyException,
                               NoSuchSubjectException,
                               SubjectNotUniqueException,
                               IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getCommonname

public java.lang.String getCommonname()
Returns commonname from User object


getCommonname

public java.lang.String getCommonname(java.util.Locale locale)
Returns commonname from User object for a Locale


setCommonname

public void setCommonname(java.lang.String value,
                          java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Sets commonname This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setCommonname

public void setCommonname(java.lang.String value)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getCountry

public java.lang.String getCountry()
Returns country from User object


getCountry

public java.lang.String getCountry(java.util.Locale locale)
Returns country from User object for a Locale


setCountry

public void setCountry(java.lang.String value,
                       java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Sets country This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setCountry

public void setCountry(java.lang.String value)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getDateofbirth

public java.lang.String getDateofbirth()
Returns dateofbirth from User object


getDateofbirth

public java.lang.String getDateofbirth(java.util.Locale locale)
Returns dateofbirth from User object for a Locale


setDateofbirth

public void setDateofbirth(java.lang.String value,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Sets dateofbirth This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setDateofbirth

public void setDateofbirth(java.lang.String value)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getDefaultgroup

public java.lang.String getDefaultgroup()
Returns defaultgroup from User object


getDefaultgroup

public java.lang.String getDefaultgroup(java.util.Locale locale)
Returns defaultgroup from User object for a Locale


setDefaultgroup

public void setDefaultgroup(java.lang.String value,
                            java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Sets defaultgroup This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setDefaultgroup

public void setDefaultgroup(java.lang.String value)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getDepartment

public java.lang.String getDepartment()
Returns department from User object


getDepartment

public java.lang.String getDepartment(java.util.Locale locale)
Returns department from User object for a Locale


setDepartment

public void setDepartment(java.lang.String value,
                          java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Sets department This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setDepartment

public void setDepartment(java.lang.String value)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getDescription

public java.lang.String getDescription()
Returns description from User object


getDescription

public java.lang.String getDescription(java.util.Locale locale)
Returns description from User object for a Locale


setDescription

public void setDescription(java.lang.String value,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Sets description This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setDescription

public void setDescription(java.lang.String value)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getDisplayname

public java.lang.String getDisplayname()
Returns displayname from User object


getDisplayname

public java.lang.String getDisplayname(java.util.Locale locale)
Returns displayname from User object for a Locale


setDisplayname

public void setDisplayname(java.lang.String value,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Sets displayname This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setDisplayname

public void setDisplayname(java.lang.String value)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getEmployeenumber

public java.lang.String getEmployeenumber()
Returns employeenumber from User object


getEmployeenumber

public java.lang.String getEmployeenumber(java.util.Locale locale)
Returns employeenumber from User object for a Locale


setEmployeenumber

public void setEmployeenumber(java.lang.String value,
                              java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                       throws ConnectionException,
                              PolicyException,
                              NoSuchSubjectException,
                              SubjectNotUniqueException,
                              IDBeanException
Sets employeenumber This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setEmployeenumber

public void setEmployeenumber(java.lang.String value)
                       throws ConnectionException,
                              PolicyException,
                              NoSuchSubjectException,
                              SubjectNotUniqueException,
                              IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getEmployeetype

public java.lang.String getEmployeetype()
Returns employeetype from User object


getEmployeetype

public java.lang.String getEmployeetype(java.util.Locale locale)
Returns employeetype from User object for a Locale


setEmployeetype

public void setEmployeetype(java.lang.String value,
                            java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Sets employeetype This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setEmployeetype

public void setEmployeetype(java.lang.String value)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getFax

public java.lang.String getFax()
Returns fax from User object


getFax

public java.lang.String getFax(java.util.Locale locale)
Returns fax from User object for a Locale


setFax

public void setFax(java.lang.String value,
                   java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
            throws ConnectionException,
                   PolicyException,
                   NoSuchSubjectException,
                   SubjectNotUniqueException,
                   IDBeanException
Sets fax This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setFax

public void setFax(java.lang.String value)
            throws ConnectionException,
                   PolicyException,
                   NoSuchSubjectException,
                   SubjectNotUniqueException,
                   IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getFirstname

public java.lang.String getFirstname()
Returns firstname from User object


getFirstname

public java.lang.String getFirstname(java.util.Locale locale)
Returns firstname from User object for a Locale


setFirstname

public void setFirstname(java.lang.String value,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Sets firstname This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setFirstname

public void setFirstname(java.lang.String value)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getGender

public java.lang.String getGender()
Returns gender from User object


getGender

public java.lang.String getGender(java.util.Locale locale)
Returns gender from User object for a Locale


setGender

public void setGender(java.lang.String value,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Sets gender This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setGender

public void setGender(java.lang.String value)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getGuid

public java.lang.String getGuid()
Returns guid from User object


getGuid

public java.lang.String getGuid(java.util.Locale locale)
Returns guid from User object for a Locale


getHiredate

public java.lang.String getHiredate()
Returns hiredate from User object


getHiredate

public java.lang.String getHiredate(java.util.Locale locale)
Returns hiredate from User object for a Locale


setHiredate

public void setHiredate(java.lang.String value,
                        java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Sets hiredate This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setHiredate

public void setHiredate(java.lang.String value)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getHomeaddress

public java.lang.String getHomeaddress()
Returns homeaddress from User object


getHomeaddress

public java.lang.String getHomeaddress(java.util.Locale locale)
Returns homeaddress from User object for a Locale


setHomeaddress

public void setHomeaddress(java.lang.String value,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Sets homeaddress This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setHomeaddress

public void setHomeaddress(java.lang.String value)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getHomephone

public java.lang.String getHomephone()
Returns homephone from User object


getHomephone

public java.lang.String getHomephone(java.util.Locale locale)
Returns homephone from User object for a Locale


setHomephone

public void setHomephone(java.lang.String value,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Sets homephone This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setHomephone

public void setHomephone(java.lang.String value)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getInitials

public java.lang.String getInitials()
Returns initials from User object


getInitials

public java.lang.String getInitials(java.util.Locale locale)
Returns initials from User object for a Locale


setInitials

public void setInitials(java.lang.String value,
                        java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Sets initials This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setInitials

public void setInitials(java.lang.String value)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getJpegphoto

public byte[] getJpegphoto()
Returns jpegphoto from User object


setJpegphoto

public void setJpegphoto(byte[] value,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Sets jpegphoto This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setJpegphoto

public void setJpegphoto(byte[] value)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getLastname

public java.lang.String getLastname()
Returns lastname from User object


getLastname

public java.lang.String getLastname(java.util.Locale locale)
Returns lastname from User object for a Locale


setLastname

public void setLastname(java.lang.String value,
                        java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Sets lastname This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setLastname

public void setLastname(java.lang.String value)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getLocalityname

public java.lang.String getLocalityname()
Returns localityname from User object


getLocalityname

public java.lang.String getLocalityname(java.util.Locale locale)
Returns localityname from User object for a Locale


setLocalityname

public void setLocalityname(java.lang.String value,
                            java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Sets localityname This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setLocalityname

public void setLocalityname(java.lang.String value)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getLoginid

public java.lang.String getLoginid()
Returns loginid from User object


getLoginid

public java.lang.String getLoginid(java.util.Locale locale)
Returns loginid from User object for a Locale


setLoginid

public void setLoginid(java.lang.String value,
                       java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Sets loginid This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setLoginid

public void setLoginid(java.lang.String value)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getMaidenname

public java.lang.String getMaidenname()
Returns maidenname from User object


getMaidenname

public java.lang.String getMaidenname(java.util.Locale locale)
Returns maidenname from User object for a Locale


setMaidenname

public void setMaidenname(java.lang.String value,
                          java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Sets maidenname This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setMaidenname

public void setMaidenname(java.lang.String value)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getMail

public java.lang.String getMail()
Returns mail from User object


getMail

public java.lang.String getMail(java.util.Locale locale)
Returns mail from User object for a Locale


setMail

public void setMail(java.lang.String value,
                    java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
             throws ConnectionException,
                    PolicyException,
                    NoSuchSubjectException,
                    SubjectNotUniqueException,
                    IDBeanException
Sets mail This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setMail

public void setMail(java.lang.String value)
             throws ConnectionException,
                    PolicyException,
                    NoSuchSubjectException,
                    SubjectNotUniqueException,
                    IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getManager

public java.lang.String getManager()
Returns manager from User object


getManager

public java.lang.String getManager(java.util.Locale locale)
Returns manager from User object for a Locale


setManager

public void setManager(java.lang.String value,
                       java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Sets manager This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setManager

public void setManager(java.lang.String value)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setManager

public void setManager(User user,
                       java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Sets manager This method updates the value in Attribute Authority

Parameters:
user - User object
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setManager

public void setManager(User user)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getMiddlename

public java.lang.String getMiddlename()
Returns middlename from User object


getMiddlename

public java.lang.String getMiddlename(java.util.Locale locale)
Returns middlename from User object for a Locale


setMiddlename

public void setMiddlename(java.lang.String value,
                          java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Sets middlename This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setMiddlename

public void setMiddlename(java.lang.String value)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getMobile

public java.lang.String getMobile()
Returns mobile from User object


getMobile

public java.lang.String getMobile(java.util.Locale locale)
Returns mobile from User object for a Locale


setMobile

public void setMobile(java.lang.String value,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Sets mobile This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setMobile

public void setMobile(java.lang.String value)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getName

public java.lang.String getName()
Returns name from User object


getName

public java.lang.String getName(java.util.Locale locale)
Returns name from User object for a Locale


setName

public void setName(java.lang.String value,
                    java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
             throws ConnectionException,
                    PolicyException,
                    NoSuchSubjectException,
                    SubjectNotUniqueException,
                    IDBeanException
Sets name This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setName

public void setName(java.lang.String value)
             throws ConnectionException,
                    PolicyException,
                    NoSuchSubjectException,
                    SubjectNotUniqueException,
                    IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getOrg

public java.lang.String getOrg()
Returns org from User object


getOrg

public java.lang.String getOrg(java.util.Locale locale)
Returns org from User object for a Locale


setOrg

public void setOrg(java.lang.String value,
                   java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
            throws ConnectionException,
                   PolicyException,
                   NoSuchSubjectException,
                   SubjectNotUniqueException,
                   IDBeanException
Sets org This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setOrg

public void setOrg(java.lang.String value)
            throws ConnectionException,
                   PolicyException,
                   NoSuchSubjectException,
                   SubjectNotUniqueException,
                   IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getOrgunit

public java.lang.String getOrgunit()
Returns orgunit from User object


getOrgunit

public java.lang.String getOrgunit(java.util.Locale locale)
Returns orgunit from User object for a Locale


setOrgunit

public void setOrgunit(java.lang.String value,
                       java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Sets orgunit This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setOrgunit

public void setOrgunit(java.lang.String value)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getPager

public java.lang.String getPager()
Returns pager from User object


getPager

public java.lang.String getPager(java.util.Locale locale)
Returns pager from User object for a Locale


setPager

public void setPager(java.lang.String value,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Sets pager This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setPager

public void setPager(java.lang.String value)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getPobox

public java.lang.String getPobox()
Returns pobox from User object


getPobox

public java.lang.String getPobox(java.util.Locale locale)
Returns pobox from User object for a Locale


setPobox

public void setPobox(java.lang.String value,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Sets pobox This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setPobox

public void setPobox(java.lang.String value)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getPostaladdress

public java.lang.String getPostaladdress()
Returns postaladdress from User object


getPostaladdress

public java.lang.String getPostaladdress(java.util.Locale locale)
Returns postaladdress from User object for a Locale


setPostaladdress

public void setPostaladdress(java.lang.String value,
                             java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                      throws ConnectionException,
                             PolicyException,
                             NoSuchSubjectException,
                             SubjectNotUniqueException,
                             IDBeanException
Sets postaladdress This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setPostaladdress

public void setPostaladdress(java.lang.String value)
                      throws ConnectionException,
                             PolicyException,
                             NoSuchSubjectException,
                             SubjectNotUniqueException,
                             IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getPostalcode

public java.lang.String getPostalcode()
Returns postalcode from User object


getPostalcode

public java.lang.String getPostalcode(java.util.Locale locale)
Returns postalcode from User object for a Locale


setPostalcode

public void setPostalcode(java.lang.String value,
                          java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Sets postalcode This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setPostalcode

public void setPostalcode(java.lang.String value)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getPreferredlanguage

public java.lang.String getPreferredlanguage()
Returns preferredlanguage from User object


getPreferredlanguage

public java.lang.String getPreferredlanguage(java.util.Locale locale)
Returns preferredlanguage from User object for a Locale


setPreferredlanguage

public void setPreferredlanguage(java.lang.String value,
                                 java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                          throws ConnectionException,
                                 PolicyException,
                                 NoSuchSubjectException,
                                 SubjectNotUniqueException,
                                 IDBeanException
Sets preferredlanguage This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setPreferredlanguage

public void setPreferredlanguage(java.lang.String value)
                          throws ConnectionException,
                                 PolicyException,
                                 NoSuchSubjectException,
                                 SubjectNotUniqueException,
                                 IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getState

public java.lang.String getState()
Returns state from User object


getState

public java.lang.String getState(java.util.Locale locale)
Returns state from User object for a Locale


setState

public void setState(java.lang.String value,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Sets state This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setState

public void setState(java.lang.String value)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getStreet

public java.lang.String getStreet()
Returns street from User object


getStreet

public java.lang.String getStreet(java.util.Locale locale)
Returns street from User object for a Locale


setStreet

public void setStreet(java.lang.String value,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Sets street This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setStreet

public void setStreet(java.lang.String value)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getTelephone

public java.lang.String getTelephone()
Returns telephone from User object


getTelephone

public java.lang.String getTelephone(java.util.Locale locale)
Returns telephone from User object for a Locale


setTelephone

public void setTelephone(java.lang.String value,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Sets telephone This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setTelephone

public void setTelephone(java.lang.String value)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

addTelephone

public void addTelephone(java.lang.String value,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Adds a value of telephone This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

addTelephone

public void addTelephone(java.lang.String value)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

deleteTelephone

public void deleteTelephone(java.lang.String value,
                            java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Deletes a value of telephone This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

deleteTelephone

public void deleteTelephone(java.lang.String value)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getTimezone

public java.lang.String getTimezone()
Returns timezone from User object


getTimezone

public java.lang.String getTimezone(java.util.Locale locale)
Returns timezone from User object for a Locale


setTimezone

public void setTimezone(java.lang.String value,
                        java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Sets timezone This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setTimezone

public void setTimezone(java.lang.String value)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getTitle

public java.lang.String getTitle()
Returns title from User object


getTitle

public java.lang.String getTitle(java.util.Locale locale)
Returns title from User object for a Locale


setTitle

public void setTitle(java.lang.String value,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Sets title This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setTitle

public void setTitle(java.lang.String value)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getUiaccessmode

public java.lang.String getUiaccessmode()
Returns uiaccessmode from User object


getUiaccessmode

public java.lang.String getUiaccessmode(java.util.Locale locale)
Returns uiaccessmode from User object for a Locale


setUiaccessmode

public void setUiaccessmode(java.lang.String value,
                            java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Sets uiaccessmode This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setUiaccessmode

public void setUiaccessmode(java.lang.String value)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getUid

public java.lang.String getUid()
Returns uid from User object


getUid

public java.lang.String getUid(java.util.Locale locale)
Returns uid from User object for a Locale


setUid

public void setUid(java.lang.String value,
                   java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
            throws ConnectionException,
                   PolicyException,
                   NoSuchSubjectException,
                   SubjectNotUniqueException,
                   IDBeanException
Sets uid This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setUid

public void setUid(java.lang.String value)
            throws ConnectionException,
                   PolicyException,
                   NoSuchSubjectException,
                   SubjectNotUniqueException,
                   IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getUniquename

public java.lang.String getUniquename()
Returns uniquename from User object


getUniquename

public java.lang.String getUniquename(java.util.Locale locale)
Returns uniquename from User object for a Locale


getUsercertificate

public byte[] getUsercertificate()
Returns usercertificate from User object


setUsercertificate

public void setUsercertificate(byte[] value,
                               java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                        throws ConnectionException,
                               PolicyException,
                               NoSuchSubjectException,
                               SubjectNotUniqueException,
                               IDBeanException
Sets usercertificate This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setUsercertificate

public void setUsercertificate(byte[] value)
                        throws ConnectionException,
                               PolicyException,
                               NoSuchSubjectException,
                               SubjectNotUniqueException,
                               IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

getWirelessacctnumber

public java.lang.String getWirelessacctnumber()
Returns wirelessacctnumber from User object


getWirelessacctnumber

public java.lang.String getWirelessacctnumber(java.util.Locale locale)
Returns wirelessacctnumber from User object for a Locale


setWirelessacctnumber

public void setWirelessacctnumber(java.lang.String value,
                                  java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                           throws ConnectionException,
                                  PolicyException,
                                  NoSuchSubjectException,
                                  SubjectNotUniqueException,
                                  IDBeanException
Sets wirelessacctnumber This method updates the value in the Attribute Authority

Parameters:
value - value to be set in Attribute Authority
appCtxMap - The application context as a hash map will contain Language constraint if any and the Principal user.
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setWirelessacctnumber

public void setWirelessacctnumber(java.lang.String value)
                           throws ConnectionException,
                                  PolicyException,
                                  NoSuchSubjectException,
                                  SubjectNotUniqueException,
                                  IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

Oracle Fusion Middleware Identity Governance Framework UserRole API Reference
11g Release 1 (11.1.1)

E16591-02

Copyright © 2011 Oracle. All Rights Reserved.