| Package | Description |
|---|---|
| org.hawkular.accounts.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.authenticateWithCredentials(String username,
String password,
String personaId,
javax.websocket.Session session)
Authenticates the user/persona that sent the message based on the credentials or based on previous messages
(looked up via the session ID).
|
void |
Authenticator.authenticateWithMessage(String message,
javax.websocket.Session session)
Authenticates the user/persona that sent the message based on either the message itself or based on previous
messages (looked up via the session ID).
|
void |
Authenticator.authenticateWithToken(String token,
String personaId,
javax.websocket.Session session)
Authenticates the user/persona that sent the message based on the token or based on previous messages (looked
up via the session ID).
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.