com.ibm.websphere.wim.model
Interface LoginAccount

All Superinterfaces:
Entity, Party, RolePlayer
All Known Subinterfaces:
PersonAccount

public interface LoginAccount
extends Party

A representation of the model object 'Login Account'.

The following features are supported:

See Also:
ModelPackage.getLoginAccount()
Model:
Generated:

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
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getPrincipalName

java.lang.String getPrincipalName()
Returns the value of the 'Principal Name' attribute.

See Also:
setPrincipalName(String), ModelPackage.getLoginAccount_PrincipalName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Principal Name' attribute.

setPrincipalName

void setPrincipalName(java.lang.String value)
Sets the value of the 'Principal Name' attribute.

Parameters:
value - the new value of the 'Principal Name' attribute.
See Also:
getPrincipalName()
Generated:

getPassword

byte[] getPassword()
Returns the value of the 'Password' attribute.

See Also:
setPassword(byte[]), ModelPackage.getLoginAccount_Password()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Base64Binary"
Generated:
Return:
the value of the 'Password' attribute.

setPassword

void setPassword(byte[] value)
Sets the value of the 'Password' attribute.

Parameters:
value - the new value of the 'Password' attribute.
See Also:
getPassword()
Generated:

getRealm

java.lang.String getRealm()
Returns the value of the 'Realm' attribute.

See Also:
setRealm(String), ModelPackage.getLoginAccount_Realm()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Realm' attribute.

setRealm

void setRealm(java.lang.String value)
Sets the value of the 'Realm' attribute.

Parameters:
value - the new value of the 'Realm' attribute.
See Also:
getRealm()
Generated:

getCertificate

java.util.List getCertificate()
Returns the value of the 'Certificate' attribute list. The list contents are of type byte[].

See Also:
ModelPackage.getLoginAccount_Certificate()
Model:
type="byte[]" unique="false" dataType="org.eclipse.emf.ecore.xml.type.Base64Binary"
Generated:
Return:
the value of the 'Certificate' attribute list.