public class Controller extends Object
| Constructor and Description |
|---|
Controller(ClientMain client) |
| Modifier and Type | Method and Description |
|---|---|
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) |
org.rhq.core.domain.auth.Subject |
login(String username,
String password,
String host,
int port,
String transport) |
void |
logout() |
public Controller(ClientMain client)
public org.rhq.core.domain.auth.Subject login(String username, String password) throws Exception
Exceptionpublic org.rhq.core.domain.auth.Subject login(String username, String password, String host, int port) throws Exception
Exceptionpublic org.rhq.core.domain.auth.Subject login(String username, String password, String host, int port, String transport) throws Exception
Exceptionpublic void logout()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.