| org.apache.geronimo.jetty6.handler.JettySecurityHandler
JettySecurityHandler | public class JettySecurityHandler extends SecurityHandler (Code) | | |
checkSecurityConstraints | public boolean checkSecurityConstraints(String pathInContext, Request request, Response response) throws IOException(Code) | | Check the security constraints using JACC.
Parameters: pathInContext - path in context Parameters: request - HTTP request Parameters: response - HTTP response true if the path in context passes the security check, false ifit fails or a redirection has occured during authentication. |
generateDefaultPrincipal | protected JAASJettyPrincipal generateDefaultPrincipal(Subject defaultSubject) throws GeronimoSecurityException(Code) | | Generate the default principal from the security config.
Parameters: defaultSubject - The default subject. the default principal throws: org.apache.geronimo.common.GeronimoSecurityException - if the default principal cannot be constructed |
hasConstraints | public boolean hasConstraints()(Code) | | |
|
|