public class NullLoginFilter extends AbstractLoginFilter
null
credentials for logging in
to the content repository. This is useful for example for public web sites
where all repository access is performed using anonymous sessions. Another
use case for this login filter is when login information is made available
to the content repository through JAAS or some other out-of-band mechanism.Constructor and Description |
---|
NullLoginFilter() |
Modifier and Type | Method and Description |
---|---|
protected Credentials |
getCredentials(javax.servlet.http.HttpServletRequest request)
Always returns
null . |
destroy, doFilter, init
protected Credentials getCredentials(javax.servlet.http.HttpServletRequest request)
null
.getCredentials
in class AbstractLoginFilter
request
- ignorednull
credentialsCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.