Uses of Class
org.xtreemos.wp35.VOUser

Packages that use VOUser
org.xtreemos.wp35   
org.xtreemos.wp35.cda.engine   
 

Uses of VOUser in org.xtreemos.wp35
 

Methods in org.xtreemos.wp35 that return VOUser
 VOUser VOService.getVOUser()
          returns null if the user is not authenticated.
 

Uses of VOUser in org.xtreemos.wp35.cda.engine
 

Methods in org.xtreemos.wp35.cda.engine with parameters of type VOUser
 void XosCertGenerator.addXOSAttributes(VOUser user)
           
 java.security.cert.X509Certificate XosCertGenerator.generateXOSCert(VOUser user, long serial, java.security.PublicKey userKey, int nDays)