public class LoginAccount extends Party
Java class for LoginAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginAccount"> <complexContent> <extension base="{http://www.ibm.com/websphere/wim}Party"> <sequence> <element ref="{http://www.ibm.com/websphere/wim}principalName" minOccurs="0"/> <element ref="{http://www.ibm.com/websphere/wim}password" minOccurs="0"/> <element ref="{http://www.ibm.com/websphere/wim}realm" minOccurs="0"/> <element ref="{http://www.ibm.com/websphere/wim}certificate" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
The LoginAccount object is extended from the Party object, and ultimately the RolePlayer object, to enable LoginAccounts to play roles.
The LoginAccount object is an entity type which contains the common properties for all sub-types of this object. It has the following properties defined:
A principal may have multiple LoginAccounts.
Constructor and Description |
---|
LoginAccount() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String propName)
Gets the value of the requested property
|
java.util.List<byte[]> |
getCertificate()
Gets the value of the certificate property.
|
java.lang.String |
getDataType(java.lang.String propName)
Gets the Java type of the value of the provided property.
|
byte[] |
getPassword()
Gets the value of the >password property.
|
java.lang.String |
getPrincipalName()
Gets the value of the principalName property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName)
Gets a list of all supported properties for this model object, LoginAccount
|
java.lang.String |
getRealm()
Gets the value of the realm property.
|
static java.util.HashSet |
getSubTypes()
Gets a set of any model objects which extend this model object, LoginAccount
|
java.util.ArrayList |
getSuperTypes()
Gets a list of any model objects which this model object, LoginAccount, is
an extension of.
|
java.lang.String |
getTypeName()
Gets the name of this model object, LoginAccount
|
boolean |
isMandatory(java.lang.String propName)
Returns true if the provided property is a mandatory property; false, otherwise.
|
boolean |
isMultiValuedProperty(java.lang.String propName)
Return whether the specified property is a multi-valued property and capable of holding
multiple values.
|
boolean |
isPersistentProperty(java.lang.String propName)
Returns true if the provided property is a persistent property; false, otherwise.
|
boolean |
isSet(java.lang.String propName)
Returns true if the requested property is set; false, otherwise.
|
boolean |
isSetCertificate()
Returns a true if the certificate property is set; false, otherwise.
|
boolean |
isSetPassword()
Returns a true if the password property is set; false, otherwise.
|
boolean |
isSetPrincipalName()
Returns a true if the principalName property is set; false, otherwise.
|
boolean |
isSetRealm()
Returns a true if the realm property is set; false, otherwise.
|
boolean |
isSubType(java.lang.String superTypeName)
Returns a true if the provided model object is one that this
model object extends; false, otherwise.
|
void |
set(java.lang.String propName,
java.lang.Object value)
Sets the value of the provided property to the provided value.
|
void |
setPassword(byte[] value)
Sets the value of the password property.
|
void |
setPrincipalName(java.lang.String value)
Sets the value of the principalName property.
|
void |
setRealm(java.lang.String value)
Sets the value of the realm property.
|
java.lang.String |
toString()
Returns this model object, LoginAccount, and its contents as a String
|
void |
unset(java.lang.String propName)
Sets the value of provided property to null.
|
void |
unsetCertificate()
Resets the certificate property to null
|
getPartyRoles, isSetPartyRoles, unsetPartyRoles
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getSubEntityTypes, getViewIdentifiers, isSetChangeType, isSetChildren, isSetCreateTimestamp, isSetEntitlementInfo, isSetGroups, isSetIdentifier, isSetModifyTimestamp, isSetParent, isSetViewIdentifiers, isUnset, reInitializePropertyNames, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent, unsetChildren, unsetGroups, unsetViewIdentifiers
public java.lang.String getPrincipalName()
String
public void setPrincipalName(java.lang.String value)
value
- allowed object is String
public boolean isSetPrincipalName()
boolean
public byte[] getPassword()
public void setPassword(byte[] value)
value
- allowed object is
byte[]public boolean isSetPassword()
boolean
public java.lang.String getRealm()
String
public void setRealm(java.lang.String value)
value
- allowed object is String
public boolean isSetRealm()
boolean
public java.util.List<byte[]> getCertificate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the certificate property.
For example, to add a new item, do as follows:
getCertificate().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
public boolean isSetCertificate()
boolean
public void unsetCertificate()
public java.lang.Object get(java.lang.String propName)
public boolean isSet(java.lang.String propName)
public void set(java.lang.String propName, java.lang.Object value)
public void unset(java.lang.String propName)
public java.lang.String getTypeName()
getTypeName
in class Party
String
public boolean isMandatory(java.lang.String propName)
Entity
isMandatory
in class Party
boolean
public boolean isPersistentProperty(java.lang.String propName)
Entity
isPersistentProperty
in class Party
boolean
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
entityTypeName
- allowed object is String
List
public java.lang.String getDataType(java.lang.String propName)
getDataType
in class Party
propName
- allowed object is String
String
public java.util.ArrayList getSuperTypes()
getSuperTypes
in class Party
ArrayList
public boolean isSubType(java.lang.String superTypeName)
public static java.util.HashSet getSubTypes()
HashSet
public java.lang.String toString()
public boolean isMultiValuedProperty(java.lang.String propName)
Entity
isMultiValuedProperty
in class RolePlayer
propName
- The property name to check.