public interface CredentialsProvider
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Credentials |
getCredentials(javax.servlet.http.HttpServletRequest request)
Extracts the credentials from the given servlet request.
|
javax.jcr.Credentials getCredentials(javax.servlet.http.HttpServletRequest request)
throws javax.jcr.LoginException,
javax.servlet.ServletException
request - javax.jcr.LoginException - if the credentials are invalidjavax.servlet.ServletException - if an error occurrsCopyright © 2016. All rights reserved.