WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.security.acl
Class Client

java.lang.Object
  |
  +--examples.security.acl.Client

public class Client
extends java.lang.Object

This simple client connects as a specific user and attempts an RMI invocation. Access to the invocation will be granted or denied depending on the configured ACLs.

Author:
Copyright (c) 1997-2000 by BEA Systems, Inc. All Rights Reserved.
See Also:
AltClient

Constructor Summary
Client()
           
 
Method Summary
static void main(java.lang.String[] arg)
          Checks the parameters, looks up frob target, calls frob on it, and reports on the success.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] arg)
Checks the parameters, looks up frob target, calls frob on it, and reports on the success.

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.