Uses of Class
com.sun.j2ee.blueprints.petstore.control.DuplicateAccountException

Packages that use DuplicateAccountException
com.sun.j2ee.blueprints.petstore.util   
 

Uses of DuplicateAccountException in com.sun.j2ee.blueprints.petstore.util
 

Methods in com.sun.j2ee.blueprints.petstore.util that throw DuplicateAccountException
 void SecurityAdapter.addUser(java.lang.String realmName, java.lang.String group, java.lang.String userName, java.lang.String password)
          This method adds a user with the specified password to the specified group within a realm.
 void J2eeSecurityAdapter.addUser(java.lang.String realmName, java.lang.String group, java.lang.String userName, java.lang.String password)
          This method is used to add user to web tier realm.
 



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.