Class PrincipleRefType
java.lang.Object
oracle.bpm.services.organization.model.PrincipleRefType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AppRoleRefType
,MemberType
Representation of a user, group or application role.
The type attribute indicates which. For users and
groups, the 'realm' element indicates which identity
service realm the user or group belongs to. Application
Roles do not exist in the context of identity service
realms, instead they are defined in the context of a
particular application. The applicationContext element
is used to indicate the context application for
application roles.
Java class for principleRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="principleRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="realm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="applicationContext" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="typeValue" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="type" use="required" type="{http://xmlns.oracle.com/bpm/organization}participantTypeEnum" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicationContext property.getName()
Gets the value of the name property.getRealm()
Gets the value of the realm property.getType()
Gets the value of the type property.Gets the value of the typeValue property.boolean
boolean
boolean
boolean
boolean
void
setApplicationContext
(String value) Sets the value of the applicationContext property.void
Sets the value of the name property.void
Sets the value of the realm property.void
setType
(ParticipantTypeEnum value) Sets the value of the type property.void
setTypeValue
(String value) Sets the value of the typeValue property.
-
Constructor Details
-
PrincipleRefType
public PrincipleRefType()
-
-
Method Details
-
getRealm
Gets the value of the realm property.- Returns:
- possible object is
String
-
setRealm
Sets the value of the realm property.- Parameters:
value
- allowed object isString
-
isSetRealm
public boolean isSetRealm() -
getApplicationContext
Gets the value of the applicationContext property.- Returns:
- possible object is
String
-
setApplicationContext
Sets the value of the applicationContext property.- Parameters:
value
- allowed object isString
-
isSetApplicationContext
public boolean isSetApplicationContext() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getTypeValue
Gets the value of the typeValue property.- Returns:
- possible object is
String
-
setTypeValue
Sets the value of the typeValue property.- Parameters:
value
- allowed object isString
-
isSetTypeValue
public boolean isSetTypeValue() -
getType
Gets the value of the type property.- Returns:
- possible object is
ParticipantTypeEnum
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isParticipantTypeEnum
-
isSetType
public boolean isSetType()
-