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
-
aclName
-
-
authn
-
-
name
-
-
ProtectionAttributes(String, HttpAuthentication, String)
-
-
found(String)
-
name
public String name
authn
public HttpAuthentication authn
aclName
public String aclName
ProtectionAttributes
public ProtectionAttributes(String name,
HttpAuthentication authn,
String aclName)
found
public Object found(String wild)
All Packages Class Hierarchy This Package Previous Next Index