Uses of Class
com.ecyrd.jspwiki.auth.NoSuchPrincipalException

Packages that use NoSuchPrincipalException
com.ecyrd.jspwiki.auth   
com.ecyrd.jspwiki.auth.user   
 

Uses of NoSuchPrincipalException in com.ecyrd.jspwiki.auth
 

Methods in com.ecyrd.jspwiki.auth that throw NoSuchPrincipalException
 void UserManager.DummyUserDatabase.deleteByLoginName(String loginName)
           
 UserProfile UserManager.DummyUserDatabase.findByEmail(String index)
           
 UserProfile UserManager.DummyUserDatabase.findByFullName(String index)
           
 UserProfile UserManager.DummyUserDatabase.findByLoginName(String index)
           
 UserProfile UserManager.DummyUserDatabase.findByWikiName(String index)
           
 

Uses of NoSuchPrincipalException in com.ecyrd.jspwiki.auth.user
 

Methods in com.ecyrd.jspwiki.auth.user that throw NoSuchPrincipalException
 void XMLUserDatabase.deleteByLoginName(String loginName)
          Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
 void UserDatabase.deleteByLoginName(String loginName)
          Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
 void JDBCUserDatabase.deleteByLoginName(String loginName)
          Looks up and deletes the first UserProfile in the user database that matches a profile having a given login name.
 UserProfile UserDatabase.find(String index)
          Looks up and returns the first UserProfile in the user database that whose login name, full name, or wiki name matches the supplied string.
 UserProfile AbstractUserDatabase.find(String index)
          Looks up and returns the first UserProfilein the user database that whose login name, full name, or wiki name matches the supplied string.
 UserProfile XMLUserDatabase.findByEmail(String index)
          Looks up and returns the first UserProfilein the user database that matches a profile having a given e-mail address.
 UserProfile UserDatabase.findByEmail(String index)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given e-mail address.
 UserProfile JDBCUserDatabase.findByEmail(String index)
           
abstract  UserProfile AbstractUserDatabase.findByEmail(String index)
           
 UserProfile XMLUserDatabase.findByFullName(String index)
          Looks up and returns the first UserProfilein the user database that matches a profile having a given full name.
 UserProfile UserDatabase.findByFullName(String index)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given full name.
 UserProfile JDBCUserDatabase.findByFullName(String index)
           
abstract  UserProfile AbstractUserDatabase.findByFullName(String index)
           
 UserProfile XMLUserDatabase.findByLoginName(String index)
          Looks up and returns the first UserProfilein the user database that matches a profile having a given login name.
 UserProfile UserDatabase.findByLoginName(String index)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given login name.
 UserProfile JDBCUserDatabase.findByLoginName(String index)
           
abstract  UserProfile AbstractUserDatabase.findByLoginName(String index)
           
 UserProfile XMLUserDatabase.findByWikiName(String index)
          Looks up and returns the first UserProfilein the user database that matches a profile having a given wiki name.
 UserProfile UserDatabase.findByWikiName(String index)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given wiki name.
 UserProfile JDBCUserDatabase.findByWikiName(String index)
           
abstract  UserProfile AbstractUserDatabase.findByWikiName(String index)
           
 Principal[] UserDatabase.getPrincipals(String identifier)
           Looks up the Principals representing a user from the user database.
 Principal[] AbstractUserDatabase.getPrincipals(String identifier)
          Looks up the Principals representing a user from the user database.