Uses of Class
org.apache.wiki.auth.NoSuchPrincipalException

Packages that use NoSuchPrincipalException
org.apache.wiki.auth Authentication, Authorization and the third A thing. 
org.apache.wiki.auth.authorize Authorizer implementation. 
org.apache.wiki.auth.user   
 

Uses of NoSuchPrincipalException in org.apache.wiki.auth
 

Methods in org.apache.wiki.auth that throw NoSuchPrincipalException
 UserProfile UserManager.DummyUserDatabase.findByEmail(String index)
          No-op; always throws NoSuchPrincipalException.
 UserProfile UserManager.DummyUserDatabase.findByFullName(String index)
          No-op; always throws NoSuchPrincipalException.
 UserProfile UserManager.DummyUserDatabase.findByLoginName(String index)
          No-op; always throws NoSuchPrincipalException.
 UserProfile UserManager.DummyUserDatabase.findByUid(String uid)
          No-op; always throws NoSuchPrincipalException.
 UserProfile UserManager.DummyUserDatabase.findByWikiName(String index)
          No-op; always throws NoSuchPrincipalException.
 UserProfile UserManager.JSONUserModule.getUserInfo(String uid)
          Directly returns the UserProfile object attached to an uid.
 

Uses of NoSuchPrincipalException in org.apache.wiki.auth.authorize
 

Methods in org.apache.wiki.auth.authorize that throw NoSuchPrincipalException
 Group GroupManager.getGroup(String name)
          Returns the Group matching a given name.
 

Uses of NoSuchPrincipalException in org.apache.wiki.auth.user
 

Methods in org.apache.wiki.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)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given e-mail address.
 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)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given full name.
 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)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given login name.
 UserProfile XMLUserDatabase.findByUid(String uid)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given unique ID (uid).
 UserProfile UserDatabase.findByUid(String uid)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given unique ID (uid).
 UserProfile JDBCUserDatabase.findByUid(String uid)
           
 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)
          Looks up and returns the first UserProfile in the user database that matches a profile having a given wiki name.
 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.
 void XMLUserDatabase.rename(String loginName, String newName)
           
 void UserDatabase.rename(String loginName, String newName)
          Renames a UserProfile in the user database by changing the profile's login name.
 void JDBCUserDatabase.rename(String loginName, String newName)
           
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.