| Package | Description |
|---|---|
| org.eclipse.emf.cdo.security |
The generated EMF API of the CDO security model.
|
| org.eclipse.emf.cdo.security.impl |
The generated EMF implementation of the CDO security model.
|
| org.eclipse.emf.cdo.security.util |
The generated EMF utilities of the CDO security model.
|
| Modifier and Type | Method and Description |
|---|---|
UserPassword |
SecurityFactory.createUserPassword()
Returns a new object of class 'User Password'
|
UserPassword |
User.getPassword()
Returns the value of the 'Password' containment reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setPassword(UserPassword value)
Sets the value of the '
Password' containment reference |
| Modifier and Type | Class and Description |
|---|---|
class |
UserPasswordImpl
An implementation of the model object 'User Password'
|
| Modifier and Type | Method and Description |
|---|---|
UserPassword |
SecurityFactoryImpl.createUserPassword() |
UserPassword |
UserImpl.getPassword() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserImpl.setPassword(UserPassword newPassword) |
| Modifier and Type | Method and Description |
|---|---|
T |
SecuritySwitch.caseUserPassword(UserPassword object)
Returns the result of interpreting the object as an instance of 'User Password'
|
boolean |
SecurityValidator.validateUserPassword(UserPassword userPassword,
DiagnosticChain diagnostics,
Map<Object,Object> context)
No user, not even the Administrator, is permitted to read the properties of a
UserPassword, so this validation is a no-op. |
boolean |
SecurityValidator.validateUserPasswordGen(UserPassword userPassword,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.