Uses of Class
org.apache.wiki.auth.NoSuchPrincipalException
Packages that use NoSuchPrincipalException
Package
Description
Authentication, Authorization and the third A thing.
Authorizer implementation.
-
Uses of NoSuchPrincipalException in org.apache.wiki.auth
Methods in org.apache.wiki.auth that throw NoSuchPrincipalExceptionModifier and TypeMethodDescriptionDefaultUserManager.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 -
Uses of NoSuchPrincipalException in org.apache.wiki.auth.user
Methods in org.apache.wiki.auth.user that throw NoSuchPrincipalExceptionModifier and TypeMethodDescriptionvoid
UserDatabase.deleteByLoginName
(String loginName) Looks up and deletes the firstUserProfile
in the user database that matches a profile having a given login name.Looks up and returns the firstUserProfile
in the user database that whose login name, full name, or wiki name matches the supplied string.Looks up and returns the firstUserProfile
in the user database that whose login name, full name, or wiki name matches the supplied string.abstract UserProfile
AbstractUserDatabase.findByEmail
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given e-mail address.DummyUserDatabase.findByEmail
(String index) No-op; always throwsNoSuchPrincipalException
.JDBCUserDatabase.findByEmail
(String index) UserDatabase.findByEmail
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given e-mail address.XMLUserDatabase.findByEmail
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given e-mail address.abstract UserProfile
AbstractUserDatabase.findByFullName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given full name.DummyUserDatabase.findByFullName
(String index) No-op; always throwsNoSuchPrincipalException
.JDBCUserDatabase.findByFullName
(String index) UserDatabase.findByFullName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given full name.XMLUserDatabase.findByFullName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given full name.abstract UserProfile
AbstractUserDatabase.findByLoginName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given login name.DummyUserDatabase.findByLoginName
(String index) No-op; always throwsNoSuchPrincipalException
.JDBCUserDatabase.findByLoginName
(String index) UserDatabase.findByLoginName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given login name.XMLUserDatabase.findByLoginName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given login name.No-op; always throwsNoSuchPrincipalException
.Looks up and returns the firstUserProfile
in the user database that matches a profile having a given unique ID (uid).Looks up and returns the firstUserProfile
in the user database that matches a profile having a given unique ID (uid).abstract UserProfile
AbstractUserDatabase.findByWikiName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given wiki name.DummyUserDatabase.findByWikiName
(String index) No-op; always throwsNoSuchPrincipalException
.JDBCUserDatabase.findByWikiName
(String index) UserDatabase.findByWikiName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given wiki name.XMLUserDatabase.findByWikiName
(String index) Looks up and returns the firstUserProfile
in the user database that matches a profile having a given wiki name.AbstractUserDatabase.getPrincipals
(String identifier) Looks up the Principals representing a user from the user database.UserDatabase.getPrincipals
(String identifier) Looks up the Principals representing a user from the user database.void
No-op; always throwsNoSuchPrincipalException
.void
Renames aUserProfile
in the user database by changing the profile's login name.