Package org.eclipse.emf.cdo.security
Interface UserPassword
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- UserPasswordImpl
 
 public interface UserPassword extends CDOObject A representation of the model object 'User Password'.- See Also:
- SecurityPackage.getUserPassword()
- Generated
- Extends
- CDOObject
- Model
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
 The following features are supported: 
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEncrypted()Returns the value of the 'Encrypted' attribute.voidsetEncrypted(java.lang.String value)Sets the value of the 'Encrypted' attribute.- 
Methods inherited from interface org.eclipse.emf.cdo.CDOObjectcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 
- 
 
- 
- 
- 
Method Detail- 
getEncryptedjava.lang.String getEncrypted() Returns the value of the 'Encrypted' attribute.If the meaning of the 'Encrypted' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Encrypted' attribute.
- See Also:
- setEncrypted(String),- SecurityPackage.getUserPassword_Encrypted()
- Generated
- Model
 
 - 
setEncryptedvoid setEncrypted(java.lang.String value) Sets the value of the 'Encrypted' attribute.- Parameters:
- value- the new value of the 'Encrypted' attribute.
- See Also:
- getEncrypted()
- Generated
 
 
- 
 
-