Uses of Class
org.apache.wiki.auth.NoSuchPrincipalException
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description UserProfileDefaultUserManager.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 Modifier and Type Method Description GroupDefaultGroupManager. getGroup(String name)Returns the Group matching a given name.GroupGroupManager. 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 Modifier and Type Method Description voidJDBCUserDatabase. deleteByLoginName(String loginName)Looks up and deletes the firstUserProfilein the user database that matches a profile having a given login name.voidUserDatabase. deleteByLoginName(String loginName)Looks up and deletes the firstUserProfilein the user database that matches a profile having a given login name.voidXMLUserDatabase. deleteByLoginName(String loginName)Looks up and deletes the firstUserProfilein the user database that matches a profile having a given login name.UserProfileAbstractUserDatabase. find(String index)Looks up and returns the firstUserProfilein the user database that whose login name, full name, or wiki name matches the supplied string.UserProfileUserDatabase. find(String index)Looks up and returns the firstUserProfilein the user database that whose login name, full name, or wiki name matches the supplied string.UserProfileXMLUserDatabase. findBy(String attr, String value)abstract UserProfileAbstractUserDatabase. findByEmail(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given e-mail address.UserProfileDummyUserDatabase. findByEmail(String index)No-op; always throwsNoSuchPrincipalException.UserProfileJDBCUserDatabase. findByEmail(String index)UserProfileUserDatabase. findByEmail(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given e-mail address.UserProfileXMLUserDatabase. findByEmail(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given e-mail address.abstract UserProfileAbstractUserDatabase. findByFullName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given full name.UserProfileDummyUserDatabase. findByFullName(String index)No-op; always throwsNoSuchPrincipalException.UserProfileJDBCUserDatabase. findByFullName(String index)UserProfileUserDatabase. findByFullName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given full name.UserProfileXMLUserDatabase. findByFullName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given full name.abstract UserProfileAbstractUserDatabase. findByLoginName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given login name.UserProfileDummyUserDatabase. findByLoginName(String index)No-op; always throwsNoSuchPrincipalException.UserProfileJDBCUserDatabase. findByLoginName(String index)UserProfileUserDatabase. findByLoginName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given login name.UserProfileXMLUserDatabase. findByLoginName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given login name.UserProfileDummyUserDatabase. findByUid(String uid)No-op; always throwsNoSuchPrincipalException.UserProfileJDBCUserDatabase. findByUid(String uid)UserProfileUserDatabase. findByUid(String uid)Looks up and returns the firstUserProfilein the user database that matches a profile having a given unique ID (uid).UserProfileXMLUserDatabase. findByUid(String uid)Looks up and returns the firstUserProfilein the user database that matches a profile having a given unique ID (uid).abstract UserProfileAbstractUserDatabase. findByWikiName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given wiki name.UserProfileDummyUserDatabase. findByWikiName(String index)No-op; always throwsNoSuchPrincipalException.UserProfileJDBCUserDatabase. findByWikiName(String index)UserProfileUserDatabase. findByWikiName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given wiki name.UserProfileXMLUserDatabase. findByWikiName(String index)Looks up and returns the firstUserProfilein the user database that matches a profile having a given wiki name.Principal[]AbstractUserDatabase. getPrincipals(String identifier)Looks up the Principals representing a user from the user database.Principal[]UserDatabase. getPrincipals(String identifier)Looks up the Principals representing a user from the user database.voidDummyUserDatabase. rename(String loginName, String newName)No-op; always throwsNoSuchPrincipalException.voidJDBCUserDatabase. rename(String loginName, String newName)voidUserDatabase. rename(String loginName, String newName)Renames aUserProfilein the user database by changing the profile's login name.voidXMLUserDatabase. rename(String loginName, String newName)Renames aUserProfilein the user database by changing the profile's login name.