Uses of Interface
org.eclipse.emf.cdo.security.UserPassword
Package
Description
The generated EMF API of the CDO security model.
The generated EMF implementation of the CDO security model.
The generated EMF utilities of the CDO security model.
-
Uses of UserPassword in org.eclipse.emf.cdo.security
Modifier and TypeMethodDescriptionSecurityFactory.createUserPassword()
Returns a new object of class 'User Password'.User.getPassword()
Returns the value of the 'Password' containment reference.Modifier and TypeMethodDescriptionvoid
User.setPassword
(UserPassword value) Sets the value of the 'Password
' containment reference. -
Uses of UserPassword in org.eclipse.emf.cdo.security.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'User Password'.Modifier and TypeMethodDescriptionSecurityFactoryImpl.createUserPassword()
UserImpl.getPassword()
-
Uses of UserPassword in org.eclipse.emf.cdo.security.util
Modifier and TypeMethodDescriptionSecuritySwitch.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 aUserPassword
, so this validation is a no-op.boolean
SecurityValidator.validateUserPasswordGen
(UserPassword userPassword, DiagnosticChain diagnostics, Map<Object, Object> context)