Package org.eclipse.emf.cdo.security
Schnittstelle UserPassword
- Alle bekannten Implementierungsklassen:
UserPasswordImpl
A representation of the model object 'User Password'.
- Siehe auch:
- 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:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Encrypted' attribute.void
setEncrypted
(String value) Sets the value of the 'Encrypted
' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Von Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methodendetails
-
getEncrypted
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...
- Gibt zurück:
- the value of the 'Encrypted' attribute.
- Siehe auch:
- Generated
- Model
-
setEncrypted
Sets the value of the 'Encrypted
' attribute.- Parameter:
value
- the new value of the 'Encrypted' attribute.- Siehe auch:
- Generated
-