Uses of Class
tecgraf.openbus.assistant.AssistantParams

Packages that use AssistantParams
tecgraf.openbus.assistant   
 

Uses of AssistantParams in tecgraf.openbus.assistant
 

Methods in tecgraf.openbus.assistant with parameters of type AssistantParams
static Assistant Assistant.createWithPassword(String host, int port, String entity, byte[] password, AssistantParams params)
          Cria um assistente que efetua login no barramento utilizando autenticação por senha.
static Assistant Assistant.createWithPrivateKey(String host, int port, String entity, PrivateKey key, AssistantParams params)
          Cria um assistente que efetua login no barramento utilizando autenticação por certificado.
 

Constructors in tecgraf.openbus.assistant with parameters of type AssistantParams
Assistant(String host, int port, AssistantParams params)
          Cria um assistente que efetua login no barramento utilizando autenticação definida pelo método Assistant.onLoginAuthentication().
 



Copyright © 2014. All Rights Reserved.