Uses of Class
org.xwiki.security.authentication.RetrieveUsernameException
-
-
Uses of RetrieveUsernameException in org.xwiki.security.authentication
Methods in org.xwiki.security.authentication that throw RetrieveUsernameException Modifier and Type Method Description Set<UserReference>RetrieveUsernameManager. findUsers(String requestEmail)Look for the users registered with the given email address in current wiki and main wiki if none can be found in current one.voidRetrieveUsernameManager. sendRetrieveUsernameEmail(String requestEmail, Set<UserReference> userReferences)Send an email to the given username with the username information of the given user references.
-