public abstract class FckCommon extends Object implements PostableResource, DigestResource
| Modifier and Type | Field and Description |
|---|---|
protected Path |
url |
protected CollectionResource |
wrappedResource |
| Modifier and Type | Method and Description |
|---|---|
Object |
authenticate(DigestResponse dr) |
Object |
authenticate(String user,
String password) |
boolean |
authorise(Request request,
Request.Method method,
Auth auth) |
String |
checkRedirect(Request request) |
Long |
getContentLength() |
Long |
getMaxAgeSeconds(Auth auth) |
Date |
getModifiedDate() |
String |
getName() |
String |
getRealm() |
boolean |
isDigestAllowed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessFormgetContentType, sendContentgetUniqueIdprotected final Path url
protected final CollectionResource wrappedResource
public Long getMaxAgeSeconds(Auth auth)
getMaxAgeSeconds in interface GetableResourcepublic Object authenticate(String user, String password)
authenticate in interface Resourcepublic Object authenticate(DigestResponse dr)
authenticate in interface DigestResourcepublic boolean isDigestAllowed()
isDigestAllowed in interface DigestResourcepublic boolean authorise(Request request, Request.Method method, Auth auth)
public Date getModifiedDate()
getModifiedDate in interface Resourcepublic Long getContentLength()
getContentLength in interface GetableResourcepublic String checkRedirect(Request request)
checkRedirect in interface ResourceCopyright © 2021 McEvoy Software Ltd. All rights reserved.