|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Auth | |
|---|---|
| com.bradmcevoy.http | |
| com.bradmcevoy.http.http11 | |
| com.bradmcevoy.http.http11.auth | |
| com.ettrema.http.fck | |
| com.ettrema.http.fs | |
| Uses of Auth in com.bradmcevoy.http |
|---|
| Fields in com.bradmcevoy.http declared as Auth | |
|---|---|
Auth |
AuthenticationService.AuthStatus.auth
|
| Methods in com.bradmcevoy.http that return Auth | |
|---|---|
Auth |
Request.getAuthorization()
|
Auth |
DebugFilter.DebugRequest.getAuthorization()
|
Auth |
HttpManager.getSessionAuthentication(Request request)
Deprecated. - use an AuthenticationHandler instead |
Auth |
SessionAuthenticationHandler.getSessionAuthentication(Request request)
|
| Methods in com.bradmcevoy.http with parameters of type Auth | |
|---|---|
boolean |
SimpleResource.authorise(Request request,
Request.Method method,
Auth auth)
|
boolean |
Resource.authorise(Request request,
Request.Method method,
Auth auth)
Return true if the current user is permitted to access this resource using the specified method. |
boolean |
SecurityManager.authorise(Request request,
Request.Method method,
Auth auth,
Resource resource)
Check that the authenticater user can access the given resource for the given method. |
boolean |
ReadOnlySecurityManager.authorise(Request request,
Request.Method method,
Auth auth,
Resource resource)
|
java.lang.Long |
GetableResource.getMaxAgeSeconds(Auth auth)
How many seconds to allow the content to be cached for, or null if caching is not allowed The provided auth object allows this method to determine an appropriate caching time depending on authenticated context. |
java.lang.Long |
SimpleResource.getMaxAgeSeconds(Auth auth)
|
void |
Request.setAuthorization(Auth auth)
Maybe called by the milton framework after successful non-http authentication |
void |
DebugFilter.DebugRequest.setAuthorization(Auth auth)
|
protected void |
CompressingResponseHandler.setRespondContentCommonHeaders(Response response,
Resource resource,
Response.Status status,
Auth auth)
|
| Constructors in com.bradmcevoy.http with parameters of type Auth | |
|---|---|
AuthenticationService.AuthStatus(Auth auth,
boolean loginFailed)
|
|
| Uses of Auth in com.bradmcevoy.http.http11 |
|---|
| Methods in com.bradmcevoy.http.http11 with parameters of type Auth | |
|---|---|
void |
CacheControlHelper.setCacheControl(GetableResource resource,
Response response,
Auth auth)
|
void |
DefaultCacheControlHelper.setCacheControl(GetableResource resource,
Response response,
Auth auth)
|
static void |
DefaultHttp11ResponseHandler.setModifiedDate(Response response,
Resource resource,
Auth auth)
The modified date response header is used by the client for content caching. |
protected void |
DefaultHttp11ResponseHandler.setRespondContentCommonHeaders(Response response,
Resource resource,
Auth auth)
|
protected void |
DefaultHttp11ResponseHandler.setRespondContentCommonHeaders(Response response,
Resource resource,
Response.Status status,
Auth auth)
|
| Uses of Auth in com.bradmcevoy.http.http11.auth |
|---|
| Methods in com.bradmcevoy.http.http11.auth with parameters of type Auth | |
|---|---|
DigestResponse |
DigestHelper.calculateResponse(Auth auth,
java.lang.String expectedRealm,
Request.Method method)
|
java.lang.String |
DigestHelper.getChallenge(java.lang.String nonceValue,
Auth auth,
java.lang.String actualRealm)
|
| Constructors in com.bradmcevoy.http.http11.auth with parameters of type Auth | |
|---|---|
DigestResponse(Auth auth,
Request request)
|
|
| Uses of Auth in com.ettrema.http.fck |
|---|
| Methods in com.ettrema.http.fck with parameters of type Auth | |
|---|---|
boolean |
FckCommon.authorise(Request request,
Request.Method method,
Auth auth)
|
java.lang.Long |
FckCommon.getMaxAgeSeconds(Auth auth)
|
| Uses of Auth in com.ettrema.http.fs |
|---|
| Methods in com.ettrema.http.fs with parameters of type Auth | |
|---|---|
boolean |
ClassPathResourceFactory.ClassPathResource.authorise(Request request,
Request.Method method,
Auth auth)
|
boolean |
SimpleSecurityManager.authorise(Request request,
Request.Method method,
Auth auth,
Resource resource)
|
boolean |
NullSecurityManager.authorise(Request request,
Request.Method method,
Auth auth,
Resource resource)
|
java.lang.Long |
ClassPathResourceFactory.ClassPathResource.getMaxAgeSeconds(Auth auth)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||