org.apache.tomcat.security.file |
RealmConnector | Generalized interface for a connector between a web application's Context object and the security domain (realm) used to authenticate users and identify their associated roles for access control purposes. | code | html |
DefaultRealmConnector | Default implementation of RealmConnector , for use when
no container-managed authentication or access control are desired. |
code | html |
SecurityInterceptor | Implementation of org.apache.tomcat.core.ServiceInterceptor
that implements the security functionality described in Section 11 of the
Java Servlet Specification Version 2.2. |
code | html |