Modifier and Type | Field and Description |
---|---|
protected static LogCompat |
LOG |
protected static String |
LOGIN_FAILURE |
protected static String |
LOGIN_SUCCESS |
protected static String |
NO_DOMAIN |
Constructor and Description |
---|
LoginValidator() |
Modifier and Type | Method and Description |
---|---|
void |
postProcess(org.jboss.resteasy.core.ServerResponse response) |
void |
setBackend(BackendLocal backend) |
void |
setCurrent(Current current) |
void |
setSessionHelper(SessionHelper sessionHelper) |
boolean |
validate(Principal principal)
By default principal validation is lazy, with the assumption
that this will be initiated by the resource later on the
dispatch path.
|
protected static final LogCompat LOG
protected static final String LOGIN_SUCCESS
protected static final String LOGIN_FAILURE
protected static final String NO_DOMAIN
public void setBackend(BackendLocal backend)
public void setCurrent(Current current)
public void setSessionHelper(SessionHelper sessionHelper)
public boolean validate(Principal principal)
Validator
public void postProcess(org.jboss.resteasy.core.ServerResponse response)
postProcess
in interface org.jboss.resteasy.spi.interception.PostProcessInterceptor
Copyright © 2012. All Rights Reserved.