Uses of Class
org.jivesoftware.openfire.auth.InternalUnauthenticatedException
Packages that use InternalUnauthenticatedException
Package
Description
Authentication and Authorization service interfaces and classes.
-
Uses of InternalUnauthenticatedException in org.jivesoftware.openfire.auth
Methods in org.jivesoftware.openfire.auth that throw InternalUnauthenticatedExceptionModifier and TypeMethodDescriptionstatic AuthTokenAuthFactory.authenticate(String username, String password) Authenticates a user with a username and plain text password and returns and AuthToken.voidAuthMultiProvider.authenticate(String username, String password) 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) static voidAuthFactory.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 InternalUnauthenticatedExceptionModifier and TypeMethodDescriptionvoidCrowdAuthProvider.authenticate(String username, String password) Returns if the username and password are valid; otherwise this method throws an UnauthorizedException.