|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttecgraf.openbus.assistant.AuthArgs
public class AuthArgs
Informações de autenticação de entidades.
Constructor Summary | |
---|---|
AuthArgs(LoginProcess attempt,
byte[] secret)
Construtor para realizar autenticação compartilhada |
|
AuthArgs(String entity,
byte[] password)
Construtor para realizar autenticação por senha |
|
AuthArgs(String entity,
PrivateKey privkey)
Construtor para realizar autenticação por senha |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthArgs(String entity, byte[] password)
entity
- Identificador da entidade a ser autenticada.password
- Senha de autenticação no barramento da entidade.public AuthArgs(String entity, PrivateKey privkey)
entity
- Identificador da entidade a ser autenticada.privkey
- Chave privada correspondente ao certificado registrado a ser
utilizada na autenticação.public AuthArgs(LoginProcess attempt, byte[] secret)
attempt
- Objeto que represeta o processo de login iniciado.secret
- Segredo a ser fornecido na conclusão do processo de login.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |