Skip navigation links

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

E16591-03


oracle.igf.userrole
Class Role

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


public class Role
extends IGFObject

This Role 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 COMMONNAME
          Common Name
static java.lang.String DESCRIPTION
          Description
static java.lang.String DISPLAYNAME
          Display Name
static java.lang.String GUID
          Global Unique ID in repository
static java.lang.String MAIL
          Email ID
static java.lang.String MEMBER
          Unique Member
static java.lang.String NAME
          Name
static java.lang.String ORG
          Organization
static java.lang.String ORGUNIT
          Organizational Unit
static java.lang.String OWNER
          Owner
static java.lang.String ROLECATEGORY
          Role Category
static java.lang.String ROLEMANAGER
          RoleManager
static java.lang.String SEEALSO
          See Also
static java.lang.String TENANTGUID
          Tenant Global Unique Id
static java.lang.String TENANTUID
          Tenant Unique ID
static java.lang.String TENANTUNIQUENAME
          Tenant Unique Name
static java.lang.String UNIQUENAME
          Unique name of the subject
static java.lang.String VISIBLE
          Is Visible (for system/app id users/groups visible value is false)

 

Constructor Summary
Role(RoleManager mgr, IDigitalSubject subj)
           
Role(RoleManager mgr, IDigitalSubject subj, java.util.Map<java.lang.String,java.util.Map<java.util.Locale,java.lang.String>> map)
           

 

Method Summary
 void addMember(Role role)
           
 void addMember(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of member This method updates the value in Attribute Authority
 void addMember(java.lang.String value)
           
 void addMember(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of member This method updates the value in the Attribute Authority
 void addMember(User user)
           
 void addMember(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of member This method updates the value in Attribute Authority
 void addOwner(Role role)
           
 void addOwner(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of owner This method updates the value in Attribute Authority
 void addOwner(java.lang.String value)
           
 void addOwner(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of owner This method updates the value in the Attribute Authority
 void addOwner(User user)
           
 void addOwner(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of owner This method updates the value in Attribute Authority
 void addRolemanager(Role role)
           
 void addRolemanager(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of rolemanager This method updates the value in Attribute Authority
 void addRolemanager(java.lang.String value)
           
 void addRolemanager(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of rolemanager This method updates the value in the Attribute Authority
 void addRolemanager(User user)
           
 void addRolemanager(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Adds a value of rolemanager This method updates the value in Attribute Authority
 boolean compare(Role subj)
           
 void deleteMember(Role role)
           
 void deleteMember(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of member This method updates the value in Attribute Authority
 void deleteMember(java.lang.String value)
           
 void deleteMember(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of member This method updates the value in the Attribute Authority
 void deleteMember(User user)
           
 void deleteMember(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of member This method updates the value in Attribute Authority
 void deleteOwner(Role role)
           
 void deleteOwner(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of owner This method updates the value in Attribute Authority
 void deleteOwner(java.lang.String value)
           
 void deleteOwner(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of owner This method updates the value in the Attribute Authority
 void deleteOwner(User user)
           
 void deleteOwner(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of owner This method updates the value in Attribute Authority
 void deleteRolemanager(Role role)
           
 void deleteRolemanager(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of rolemanager This method updates the value in Attribute Authority
 void deleteRolemanager(java.lang.String value)
           
 void deleteRolemanager(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of rolemanager This method updates the value in the Attribute Authority
 void deleteRolemanager(User user)
           
 void deleteRolemanager(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Deletes a value of rolemanager This method updates the value in Attribute Authority
 java.lang.String getCommonname()
          Returns commonname from Role object
 java.lang.String getCommonname(java.util.Locale locale)
          Returns commonname from Role object for a Locale
 java.lang.String getDescription()
          Returns description from Role object
 java.lang.String getDescription(java.util.Locale locale)
          Returns description from Role object for a Locale
 java.lang.String getDisplayname()
          Returns displayname from Role object
 java.lang.String getDisplayname(java.util.Locale locale)
          Returns displayname from Role object for a Locale
 java.lang.String getGuid()
          Returns guid from Role object
 java.lang.String getGuid(java.util.Locale locale)
          Returns guid from Role object for a Locale
 java.lang.String getMail()
          Returns mail from Role object
 java.lang.String getMail(java.util.Locale locale)
          Returns mail from Role object for a Locale
 java.lang.String getMember()
          Returns member from Role object
 java.lang.String getMember(java.util.Locale locale)
          Returns member from Role object for a Locale
 java.lang.String getName()
          Returns name from Role object
 java.lang.String getName(java.util.Locale locale)
          Returns name from Role object for a Locale
 java.lang.String getOrg()
          Returns org from Role object
 java.lang.String getOrg(java.util.Locale locale)
          Returns org from Role object for a Locale
 java.lang.String getOrgunit()
          Returns orgunit from Role object
 java.lang.String getOrgunit(java.util.Locale locale)
          Returns orgunit from Role object for a Locale
 java.lang.String getOwner()
          Returns owner from Role object
 java.lang.String getOwner(java.util.Locale locale)
          Returns owner from Role object for a Locale
 java.lang.String getRolecategory()
          Returns rolecategory from Role object
 java.lang.String getRolecategory(java.util.Locale locale)
          Returns rolecategory from Role object for a Locale
 java.lang.String getRolemanager()
          Returns rolemanager from Role object
 java.lang.String getRolemanager(java.util.Locale locale)
          Returns rolemanager from Role object for a Locale
 java.lang.String getSeealso()
          Returns seealso from Role object
 java.lang.String getSeealso(java.util.Locale locale)
          Returns seealso from Role object for a Locale
 java.lang.String getTenantguid()
          Returns tenantguid from Role object
 java.lang.String getTenantguid(java.util.Locale locale)
          Returns tenantguid from Role object for a Locale
 java.lang.String getTenantuid()
          Returns tenantuid from Role object
 java.lang.String getTenantuid(java.util.Locale locale)
          Returns tenantuid from Role object for a Locale
 java.lang.String getTenantuniquename()
          Returns tenantuniquename from Role object
 java.lang.String getTenantuniquename(java.util.Locale locale)
          Returns tenantuniquename from Role object for a Locale
 java.lang.String getUniquename()
          Returns uniquename from Role object
 java.lang.String getUniquename(java.util.Locale locale)
          Returns uniquename from Role object for a Locale
 java.lang.String getVisible()
          Returns visible from Role object
 java.lang.String getVisible(java.util.Locale locale)
          Returns visible from Role object for a Locale
 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 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 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 setMember(Role role)
           
 void setMember(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets member This method updates the value in Attribute Authority
 void setMember(java.lang.String value)
           
 void setMember(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets member This method updates the value in the Attribute Authority
 void setMember(User user)
           
 void setMember(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets member This method updates the value in 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 setOwner(Role role)
           
 void setOwner(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets owner This method updates the value in Attribute Authority
 void setOwner(java.lang.String value)
           
 void setOwner(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets owner This method updates the value in the Attribute Authority
 void setOwner(User user)
           
 void setOwner(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets owner This method updates the value in Attribute Authority
 void setRolecategory(java.lang.String value)
           
 void setRolecategory(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets rolecategory This method updates the value in the Attribute Authority
 void setRolemanager(Role role)
           
 void setRolemanager(Role role, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets rolemanager This method updates the value in Attribute Authority
 void setRolemanager(java.lang.String value)
           
 void setRolemanager(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets rolemanager This method updates the value in the Attribute Authority
 void setRolemanager(User user)
           
 void setRolemanager(User user, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets rolemanager This method updates the value in Attribute Authority
 void setSeealso(java.lang.String value)
           
 void setSeealso(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets seealso This method updates the value in the Attribute Authority
 void setTenantguid(java.lang.String value)
           
 void setTenantguid(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets tenantguid This method updates the value in the Attribute Authority
 void setTenantuid(java.lang.String value)
           
 void setTenantuid(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets tenantuid This method updates the value in the Attribute Authority
 void setTenantuniquename(java.lang.String value)
           
 void setTenantuniquename(java.lang.String value, java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
          Sets tenantuniquename 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, setAttribute, setAttributes, setAttributes, setAttributes, setAttributeValue, setAttributeValue

 

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

 

Field Detail

COMMONNAME

public static final java.lang.String COMMONNAME
Common Name
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

GUID

public static final java.lang.String GUID
Global Unique ID in repository
See Also:
Constant Field Values

MAIL

public static final java.lang.String MAIL
Email ID
See Also:
Constant Field Values

MEMBER

public static final java.lang.String MEMBER
Unique Member
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

OWNER

public static final java.lang.String OWNER
Owner
See Also:
Constant Field Values

ROLECATEGORY

public static final java.lang.String ROLECATEGORY
Role Category
See Also:
Constant Field Values

ROLEMANAGER

public static final java.lang.String ROLEMANAGER
RoleManager
See Also:
Constant Field Values

SEEALSO

public static final java.lang.String SEEALSO
See Also
See Also:
Constant Field Values

TENANTGUID

public static final java.lang.String TENANTGUID
Tenant Global Unique Id
See Also:
Constant Field Values

TENANTUID

public static final java.lang.String TENANTUID
Tenant Unique ID
See Also:
Constant Field Values

TENANTUNIQUENAME

public static final java.lang.String TENANTUNIQUENAME
Tenant Unique Name
See Also:
Constant Field Values

UNIQUENAME

public static final java.lang.String UNIQUENAME
Unique name of the subject
See Also:
Constant Field Values

VISIBLE

public static final java.lang.String VISIBLE
Is Visible (for system/app id users/groups visible value is false)
See Also:
Constant Field Values

Constructor Detail

Role

public Role(RoleManager mgr,
            IDigitalSubject subj)

Role

public Role(RoleManager 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(Role subj)

getCommonname

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

getCommonname

public java.lang.String getCommonname(java.util.Locale locale)
Returns commonname from Role 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

getDescription

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

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Returns description from Role 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 Role object

getDisplayname

public java.lang.String getDisplayname(java.util.Locale locale)
Returns displayname from Role 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

getGuid

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

getGuid

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

getMail

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

getMail

public java.lang.String getMail(java.util.Locale locale)
Returns mail from Role 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

setMember

public void setMember(java.lang.String value,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Sets member 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

setMember

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

setMember

public void setMember(Role role,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Sets member This method updates the value in Attribute Authority
Parameters:
role - Role 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

setMember

public void setMember(Role role)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setMember

public void setMember(User user,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Sets member 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

setMember

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

addMember

public void addMember(java.lang.String value,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Adds a value of member 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

addMember

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

addMember

public void addMember(Role role,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Adds a value of member This method updates the value in Attribute Authority
Parameters:
role - Role 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

addMember

public void addMember(Role role)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

addMember

public void addMember(User user,
                      java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
               throws ConnectionException,
                      PolicyException,
                      NoSuchSubjectException,
                      SubjectNotUniqueException,
                      IDBeanException
Adds a value of member 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

addMember

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

deleteMember

public void deleteMember(java.lang.String value,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Deletes a value of member 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

deleteMember

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

deleteMember

public void deleteMember(Role role,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Deletes a value of member This method updates the value in Attribute Authority
Parameters:
role - Role 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

deleteMember

public void deleteMember(Role role)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

deleteMember

public void deleteMember(User user,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Deletes a value of member 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

deleteMember

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

getMember

public java.lang.String getMember()
Returns member from Role object

getMember

public java.lang.String getMember(java.util.Locale locale)
Returns member from Role object for a Locale

getName

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

getName

public java.lang.String getName(java.util.Locale locale)
Returns name from Role 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 Role object

getOrg

public java.lang.String getOrg(java.util.Locale locale)
Returns org from Role 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 Role object

getOrgunit

public java.lang.String getOrgunit(java.util.Locale locale)
Returns orgunit from Role 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

getOwner

public java.lang.String getOwner()
Returns owner from Role object

getOwner

public java.lang.String getOwner(java.util.Locale locale)
Returns owner from Role object for a Locale

setOwner

public void setOwner(java.lang.String value,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Sets owner 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

setOwner

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

setOwner

public void setOwner(Role role,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Sets owner This method updates the value in Attribute Authority
Parameters:
role - Role 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

setOwner

public void setOwner(Role role)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setOwner

public void setOwner(User user,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Sets owner 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

setOwner

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

addOwner

public void addOwner(java.lang.String value,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Adds a value of owner 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

addOwner

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

addOwner

public void addOwner(Role role,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Adds a value of owner This method updates the value in Attribute Authority
Parameters:
role - Role 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

addOwner

public void addOwner(Role role)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

addOwner

public void addOwner(User user,
                     java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
              throws ConnectionException,
                     PolicyException,
                     NoSuchSubjectException,
                     SubjectNotUniqueException,
                     IDBeanException
Adds a value of owner 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

addOwner

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

deleteOwner

public void deleteOwner(java.lang.String value,
                        java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Deletes a value of owner 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

deleteOwner

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

deleteOwner

public void deleteOwner(Role role,
                        java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Deletes a value of owner This method updates the value in Attribute Authority
Parameters:
role - Role 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

deleteOwner

public void deleteOwner(Role role)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

deleteOwner

public void deleteOwner(User user,
                        java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                 throws ConnectionException,
                        PolicyException,
                        NoSuchSubjectException,
                        SubjectNotUniqueException,
                        IDBeanException
Deletes a value of owner 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

deleteOwner

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

getRolecategory

public java.lang.String getRolecategory()
Returns rolecategory from Role object

getRolecategory

public java.lang.String getRolecategory(java.util.Locale locale)
Returns rolecategory from Role object for a Locale

setRolecategory

public void setRolecategory(java.lang.String value,
                            java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                     throws ConnectionException,
                            PolicyException,
                            NoSuchSubjectException,
                            SubjectNotUniqueException,
                            IDBeanException
Sets rolecategory 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

setRolecategory

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

getRolemanager

public java.lang.String getRolemanager()
Returns rolemanager from Role object

getRolemanager

public java.lang.String getRolemanager(java.util.Locale locale)
Returns rolemanager from Role object for a Locale

setRolemanager

public void setRolemanager(java.lang.String value,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Sets rolemanager 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

setRolemanager

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

setRolemanager

public void setRolemanager(Role role,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Sets rolemanager This method updates the value in Attribute Authority
Parameters:
role - Role 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

setRolemanager

public void setRolemanager(Role role)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

setRolemanager

public void setRolemanager(User user,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Sets rolemanager 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

setRolemanager

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

addRolemanager

public void addRolemanager(java.lang.String value,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Adds a value of rolemanager 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

addRolemanager

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

addRolemanager

public void addRolemanager(Role role,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Adds a value of rolemanager This method updates the value in Attribute Authority
Parameters:
role - Role 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

addRolemanager

public void addRolemanager(Role role)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

addRolemanager

public void addRolemanager(User user,
                           java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                    throws ConnectionException,
                           PolicyException,
                           NoSuchSubjectException,
                           SubjectNotUniqueException,
                           IDBeanException
Adds a value of rolemanager 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

addRolemanager

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

deleteRolemanager

public void deleteRolemanager(java.lang.String value,
                              java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                       throws ConnectionException,
                              PolicyException,
                              NoSuchSubjectException,
                              SubjectNotUniqueException,
                              IDBeanException
Deletes a value of rolemanager 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

deleteRolemanager

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

deleteRolemanager

public void deleteRolemanager(Role role,
                              java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                       throws ConnectionException,
                              PolicyException,
                              NoSuchSubjectException,
                              SubjectNotUniqueException,
                              IDBeanException
Deletes a value of rolemanager This method updates the value in Attribute Authority
Parameters:
role - Role 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

deleteRolemanager

public void deleteRolemanager(Role role)
                       throws ConnectionException,
                              PolicyException,
                              NoSuchSubjectException,
                              SubjectNotUniqueException,
                              IDBeanException
Throws:
ConnectionException
PolicyException
NoSuchSubjectException
SubjectNotUniqueException
IDBeanException

deleteRolemanager

public void deleteRolemanager(User user,
                              java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                       throws ConnectionException,
                              PolicyException,
                              NoSuchSubjectException,
                              SubjectNotUniqueException,
                              IDBeanException
Deletes a value of rolemanager 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

deleteRolemanager

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

getSeealso

public java.lang.String getSeealso()
Returns seealso from Role object

getSeealso

public java.lang.String getSeealso(java.util.Locale locale)
Returns seealso from Role object for a Locale

setSeealso

public void setSeealso(java.lang.String value,
                       java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                throws ConnectionException,
                       PolicyException,
                       NoSuchSubjectException,
                       SubjectNotUniqueException,
                       IDBeanException
Sets seealso 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

setSeealso

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

getTenantguid

public java.lang.String getTenantguid()
Returns tenantguid from Role object

getTenantguid

public java.lang.String getTenantguid(java.util.Locale locale)
Returns tenantguid from Role object for a Locale

setTenantguid

public void setTenantguid(java.lang.String value,
                          java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                   throws ConnectionException,
                          PolicyException,
                          NoSuchSubjectException,
                          SubjectNotUniqueException,
                          IDBeanException
Sets tenantguid 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

setTenantguid

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

getTenantuid

public java.lang.String getTenantuid()
Returns tenantuid from Role object

getTenantuid

public java.lang.String getTenantuid(java.util.Locale locale)
Returns tenantuid from Role object for a Locale

setTenantuid

public void setTenantuid(java.lang.String value,
                         java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                  throws ConnectionException,
                         PolicyException,
                         NoSuchSubjectException,
                         SubjectNotUniqueException,
                         IDBeanException
Sets tenantuid 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

setTenantuid

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

getTenantuniquename

public java.lang.String getTenantuniquename()
Returns tenantuniquename from Role object

getTenantuniquename

public java.lang.String getTenantuniquename(java.util.Locale locale)
Returns tenantuniquename from Role object for a Locale

setTenantuniquename

public void setTenantuniquename(java.lang.String value,
                                java.util.Map<java.lang.String,java.lang.Object> appCtxMap)
                         throws ConnectionException,
                                PolicyException,
                                NoSuchSubjectException,
                                SubjectNotUniqueException,
                                IDBeanException
Sets tenantuniquename 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

setTenantuniquename

public void setTenantuniquename(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 Role object

getUniquename

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

getVisible

public java.lang.String getVisible()
Returns visible from Role object

getVisible

public java.lang.String getVisible(java.util.Locale locale)
Returns visible from Role object for a Locale

Skip navigation links

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

E16591-03


Copyright © 2013 Oracle. All Rights Reserved.