All Examples  This Package

Class examples.security.acl.Client

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

public class Client
extends 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.

Constructor Index

 o Client()

Method Index

 o main(String[])
Checks the parameters, looks up frob target, calls frob on it, and reports on the success.

Constructors

 o Client
 public Client()

Methods

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


All Examples  This Package