org.apache.geronimo.security.remoting.jmx
Class JaasLoginServiceRemotingClient

java.lang.Object
  extended by org.apache.geronimo.security.remoting.jmx.JaasLoginServiceRemotingClient

public class JaasLoginServiceRemotingClient
extends Object

A client-side utility that connects to a remote login service.


Constructor Summary
JaasLoginServiceRemotingClient()
           
 
Method Summary
static JaasLoginServiceMBean create(String host, int port)
           
static JaasLoginServiceMBean create(URI target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaasLoginServiceRemotingClient

public JaasLoginServiceRemotingClient()
Method Detail

create

public static JaasLoginServiceMBean create(String host,
                                           int port)
                                    throws IllegalArgumentException
Throws:
IllegalArgumentException

create

public static JaasLoginServiceMBean create(URI target)
                                    throws IOException,
                                           URISyntaxException
Throws:
IOException
URISyntaxException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.