Uses of Interface
org.eclipse.emf.cdo.security.UserPassword
Packages that use 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
Methods in org.eclipse.emf.cdo.security that return UserPasswordModifier and TypeMethodDescriptionSecurityFactory.createUserPassword()
Returns a new object of class 'User Password'.User.getPassword()
Returns the value of the 'Password' containment reference.Methods in org.eclipse.emf.cdo.security with parameters of type UserPasswordModifier and TypeMethodDescriptionvoid
User.setPassword
(UserPassword value) Sets the value of the 'Password
' containment reference. -
Uses of UserPassword in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement UserPasswordModifier and TypeClassDescriptionclass
An implementation of the model object 'User Password'.Methods in org.eclipse.emf.cdo.security.impl that return UserPasswordModifier and TypeMethodDescriptionSecurityFactoryImpl.createUserPassword()
UserImpl.getPassword()
Methods in org.eclipse.emf.cdo.security.impl with parameters of type UserPassword -
Uses of UserPassword in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type UserPasswordModifier 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)