Uses of Class
org.codehaus.plexus.security.user.jdo.v0_9_0.UserDatabase

Packages that use UserDatabase
org.codehaus.plexus.security.user.jdo.v0_9_0.io.stax   
 

Uses of UserDatabase in org.codehaus.plexus.security.user.jdo.v0_9_0.io.stax
 

Methods in org.codehaus.plexus.security.user.jdo.v0_9_0.io.stax that return UserDatabase
 UserDatabase UserManagementStaxReader.read(Reader reader)
          Method read.
 UserDatabase UserManagementStaxReader.read(Reader reader, boolean strict)
          Method read.
 UserDatabase UserManagementStaxReader.read(String filePath)
          Method read.
 UserDatabase UserManagementStaxReader.read(String filePath, boolean strict)
          Method read.
 

Methods in org.codehaus.plexus.security.user.jdo.v0_9_0.io.stax with parameters of type UserDatabase
 void UserManagementStaxWriter.write(Writer writer, UserDatabase userDatabase)
          Method write.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.