All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.server.realm.Guard

java.lang.Object
   |
   +----com.sun.server.realm.Guard

public class Guard
extends Object

Constructor Index

 o Guard(Realm, Object, Acl)

Method Index

 o getAcl()
 o getAuthenticator()
 o getRealm()

Constructors

 o Guard
 public Guard(Realm realm,
              Object authn,
              Acl acl)

Methods

 o getAuthenticator
 public Object getAuthenticator()
 o getAcl
 public Acl getAcl()
 o getRealm
 public Realm getRealm()

All Packages  Class Hierarchy  This Package  Previous  Next  Index