| Package | Description |
|---|---|
| org.jivesoftware.openfire.auth |
Authentication and Authorization service interfaces and classes.
|
| org.jivesoftware.openfire.crowd |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthProvider.authenticate(String username,
String password)
Returns if the username and password are valid; otherwise this
method throws an UnauthorizedException.
|
static AuthToken |
AuthFactory.authenticate(String username,
String password)
Authenticates a user with a username and plain text password and returns and
AuthToken.
|
void |
MappedAuthProvider.authenticate(String username,
String password) |
void |
HybridAuthProvider.authenticate(String username,
String password) |
static void |
AuthFactory.setPassword(String username,
String password)
Sets the users's password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdAuthProvider.authenticate(String username,
String password)
Returns if the username and password are valid; otherwise this
method throws an UnauthorizedException.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.