Uses of Class
eu.xtreemos.xosd.security.cdamng.vo.VOUser

Packages that use VOUser
eu.xtreemos.xosd.security.cdamng.vo   
 

Uses of VOUser in eu.xtreemos.xosd.security.cdamng.vo
 

Fields in eu.xtreemos.xosd.security.cdamng.vo with type parameters of type VOUser
private  java.util.HashMap<java.lang.String,VOUser> VO.users
           
 

Methods in eu.xtreemos.xosd.security.cdamng.vo that return VOUser
 VOUser VO.getUser(java.lang.String username)
           
 

Methods in eu.xtreemos.xosd.security.cdamng.vo with parameters of type VOUser
 void VO.addUser(VOUser user, char[] password)
           
 boolean VO.contains(VOUser user)