Uses of Class
org.jivesoftware.openfire.auth.InternalUnauthenticatedException
-
Packages that use InternalUnauthenticatedException Package Description org.jivesoftware.openfire.auth Authentication and Authorization service interfaces and classes.org.jivesoftware.openfire.crowd -
-
Uses of InternalUnauthenticatedException in org.jivesoftware.openfire.auth
Methods in org.jivesoftware.openfire.auth that throw InternalUnauthenticatedException Modifier and Type Method Description static AuthToken
AuthFactory. authenticate(String username, String password)
Authenticates a user with a username and plain text password and returns and AuthToken.void
AuthProvider. authenticate(String username, String password)
Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.void
HybridAuthProvider. authenticate(String username, String password)
void
MappedAuthProvider. authenticate(String username, String password)
static void
AuthFactory. setPassword(String username, String password)
Sets the users's password. -
Uses of InternalUnauthenticatedException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw InternalUnauthenticatedException Modifier and Type Method Description void
CrowdAuthProvider. authenticate(String username, String password)
Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.
-