public final class PreLoginAuthenticator extends Object implements Authenticator
| Constructor and Description |
|---|
PreLoginAuthenticator(String token)
Cria um autenticador de usuários no servidor através do método de
pré-login
|
| Modifier and Type | Method and Description |
|---|---|
Session |
authenticate(ServerEntryPoint server)
Autentica um usuário no servidor.
|
public PreLoginAuthenticator(String token)
token - O token obtido em uma operação de pré-login.public Session authenticate(ServerEntryPoint server) throws CSBaseException
authenticate in interface Authenticatorserver - O servidor.null, caso não seja possível
autenticar o usuário.CSBaseException - Caso ocorra algum erro no procedimento.Copyright © 2018. All rights reserved.