public interface LoginAccount extends Party
The following features are supported:
ModelPackage.getLoginAccount()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getCertificate()
Returns the value of the 'Certificate' attribute list.
|
byte[] |
getPassword()
Returns the value of the 'Password' attribute.
|
java.lang.String |
getPrincipalName()
Returns the value of the 'Principal Name' attribute.
|
java.lang.String |
getRealm()
Returns the value of the 'Realm' attribute.
|
void |
setPassword(byte[] value)
Sets the value of the '
Password ' attribute. |
void |
setPrincipalName(java.lang.String value)
Sets the value of the '
Principal Name ' attribute. |
void |
setRealm(java.lang.String value)
Sets the value of the '
Realm ' attribute. |
getPartyRoles
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
java.lang.String getPrincipalName()
setPrincipalName(String)
,
ModelPackage.getLoginAccount_PrincipalName()
void setPrincipalName(java.lang.String value)
Principal Name
' attribute.
value
- the new value of the 'Principal Name' attribute.getPrincipalName()
byte[] getPassword()
setPassword(byte[])
,
ModelPackage.getLoginAccount_Password()
void setPassword(byte[] value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
java.lang.String getRealm()
setRealm(String)
,
ModelPackage.getLoginAccount_Realm()
void setRealm(java.lang.String value)
Realm
' attribute.
value
- the new value of the 'Realm' attribute.getRealm()
java.util.List getCertificate()
byte[]
.
ModelPackage.getLoginAccount_Certificate()