All Examples  This Package

Class examples.security.acl.AltClient

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

public class AltClient
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.

This differs from the Client example in two ways:

Author:
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.
See Also:
examples.security.acl.Client

Constructor Index

 o AltClient()
 

Method Index

 o main(String[])
The main entry point.

Constructor Detail

 o AltClient
public AltClient()

Method Detail

 o main
public static void main(java.lang.String args[])
          The main entry point. The summary is that we check our parameters, look up frobtarget, call frob on it, and report on whether it succeeded.

All Examples  This Package