Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
org.apache.catalina.connector | |
org.apache.catalina.core | |
org.apache.catalina.realm |
This package contains
Realm implementations for the
various supported realm technologies for authenticating users and
identifying their associated roles. |
org.apache.catalina.startup |
Modifier and Type | Method and Description |
---|---|
SecurityConstraint[] |
Realm.findSecurityConstraints(Request request,
Context context)
Return the SecurityConstraints configured to guard the request URI for
this request, or
null if there is no such constraint. |
boolean |
Realm.hasResourcePermission(Request request,
Response response,
SecurityConstraint[] constraint,
Context context)
Perform access control based on the specified authorization constraint.
|
Modifier and Type | Field and Description |
---|---|
protected Context |
AuthenticatorBase.context
The Context to which this Valve is attached.
|
Modifier and Type | Field and Description |
---|---|
protected Context |
Request.context
Associated context.
|
Modifier and Type | Method and Description |
---|---|
Context |
Request.getContext()
Return the Context within which this Request is being processed.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setContext(Context context)
Set the Context within which this Request is being processed.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardContext
Standard implementation of the Context interface.
|
Modifier and Type | Method and Description |
---|---|
Context |
StandardContext.findMappingObject()
FIXME: Fooling introspection ...
|
Context |
DummyResponse.getContext() |
Context |
DummyRequest.getContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceMapperListener.addContext(Context context) |
void |
DummyResponse.setContext(Context context) |
void |
DummyRequest.setContext(Context context) |
Constructor and Description |
---|
ApplicationFilterConfig(Context context,
FilterDef filterDef)
Construct a new ApplicationFilterConfig for the specified filter
definition.
|
Modifier and Type | Method and Description |
---|---|
SecurityConstraint[] |
RealmBase.findSecurityConstraints(Request request,
Context context)
Return the SecurityConstraints configured to guard the request URI for
this request, or
null if there is no such constraint. |
boolean |
RealmBase.hasResourcePermission(Request request,
Response response,
SecurityConstraint[] constraints,
Context context)
Perform access control based on the specified authorization constraint.
|
Modifier and Type | Field and Description |
---|---|
protected Context |
ContextConfig.context
The Context we are associated with.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.