Uses of Interface
org.eclipse.emf.cdo.security.UserPassword

Packages that use UserPassword
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. 
 

Uses of UserPassword in org.eclipse.emf.cdo.security
 

Methods in org.eclipse.emf.cdo.security that return UserPassword
 UserPassword SecurityFactory.createUserPassword()
          Returns a new object of class 'User Password'
 UserPassword User.getPassword()
          Returns the value of the 'Password' containment reference
 

Methods in org.eclipse.emf.cdo.security with parameters of type UserPassword
 void 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 UserPassword
 class UserPasswordImpl
          An implementation of the model object 'User Password'
 

Methods in org.eclipse.emf.cdo.security.impl that return UserPassword
 UserPassword SecurityFactoryImpl.createUserPassword()
           
 UserPassword UserImpl.getPassword()
           
 

Methods in org.eclipse.emf.cdo.security.impl with parameters of type UserPassword
 void UserImpl.setPassword(UserPassword newPassword)
           
 

Uses of UserPassword in org.eclipse.emf.cdo.security.util
 

Methods in org.eclipse.emf.cdo.security.util with parameters of type UserPassword
 T SecuritySwitch.caseUserPassword(UserPassword object)
          Returns the result of interpreting the object as an instance of 'User Password'
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.