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,
java.util.Map<java.lang.Object,java.lang.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,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html