|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoginAccount
A representation of the model object 'Login Account'.
The following features are supported:
ModelPackage.getLoginAccount()
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.websphere.wim.model.RolePlayer |
---|
getPartyRoles |
Methods inherited from interface com.ibm.websphere.wim.model.Entity |
---|
getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |