|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.exoplatform.services.security.cas.client.AbstractHTTPUsernamePasswordValidator
org.exoplatform.services.security.cas.client.impl.BaseHTTPUsernamePasswordValidatorImpl
public final class BaseHTTPUsernamePasswordValidatorImpl
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.services.security.cas.client.AbstractHTTPUsernamePasswordValidator |
|---|
log |
| Constructor Summary | |
|---|---|
BaseHTTPUsernamePasswordValidatorImpl()
|
|
| Method Summary | |
|---|---|
protected org.exoplatform.container.ExoContainer |
getContainer()
|
protected void |
sendFailMessage(javax.servlet.http.HttpServletResponse httpResponse,
String principal)
For customize authentication fail message. |
protected void |
sendSuccessMessage(javax.servlet.http.HttpServletResponse httpResponse,
String principal)
For customize authentication success message. |
| Methods inherited from class org.exoplatform.services.security.cas.client.AbstractHTTPUsernamePasswordValidator |
|---|
service |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseHTTPUsernamePasswordValidatorImpl()
| Method Detail |
|---|
protected void sendSuccessMessage(javax.servlet.http.HttpServletResponse httpResponse,
String principal)
throws IOException
sendSuccessMessage in class AbstractHTTPUsernamePasswordValidatorhttpResponse - the HTTPServletResponse.principal - the principal's name.
IOException - if i/o error occurs.
protected void sendFailMessage(javax.servlet.http.HttpServletResponse httpResponse,
String principal)
throws IOException
sendFailMessage in class AbstractHTTPUsernamePasswordValidatorhttpResponse - the HTTPServletResponse.principal - the principal's name.
IOException - if i/o error occurs.protected org.exoplatform.container.ExoContainer getContainer()
getContainer in class AbstractHTTPUsernamePasswordValidator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||