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