Class sun.server.http.security.ProtectionAttributes
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.http.security.ProtectionAttributes

java.lang.Object
   |
   +----sun.server.http.security.ProtectionAttributes

public class ProtectionAttributes
extends Object
implements RegexpTarget

Variable Index

 o aclName
 o authn
 o name

Constructor Index

 o ProtectionAttributes(String, HttpAuthentication, String)

Method Index

 o found(String)

Variables

 o name
  public String name
 o authn
  public HttpAuthentication authn
 o aclName
  public String aclName

Constructors

 o ProtectionAttributes
  public ProtectionAttributes(String name,
                              HttpAuthentication authn,
                              String aclName)

Methods

 o found
  public Object found(String wild)

All Packages  Class Hierarchy  This Package  Previous  Next  Index