org.rhq.enterprise.client
Class Controller

java.lang.Object
  extended by org.rhq.enterprise.client.Controller

public class Controller
extends Object


Constructor Summary
Controller(ClientMain client)
           
 
Method Summary
 org.rhq.core.domain.auth.Subject login(String username, String password)
           
 org.rhq.core.domain.auth.Subject login(String username, String password, String host, int port)
           
 void logout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller(ClientMain client)
Method Detail

login

public org.rhq.core.domain.auth.Subject login(String username,
                                              String password)
                                       throws Exception
Throws:
Exception

login

public org.rhq.core.domain.auth.Subject login(String username,
                                              String password,
                                              String host,
                                              int port)
                                       throws Exception
Throws:
Exception

logout

public void logout()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.