|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface between the ADL unload service and the gatekeeper that controls access to the service. The ADL unload service creates the gatekeeper by dynamically loading the gatekeeper class and calling the following class method:
public static UnloadServiceGatekeeper createGatekeeper (
ExtendedProperties propertyList, String argument)
Gatekeeper startup parameters can be obtained from
propertyList. argument is an additional,
gatekeeper-specific startup parameter.
$Log: UnloadServiceGatekeeper.java,v $
Revision 1.2 2004/09/21 18:22:27 gjanee
Minor documentation change.
Revision 1.1 2001/08/31 22:39:14 gjanee
Initial revision
| Method Summary | |
void |
destroy()
Frees any resources held by the gatekeeper. |
boolean |
unloadServiceAllowed(javax.servlet.ServletRequest request,
java.lang.String collection)
Returns true if the request is authorized, that
is, if the client is allowed to unload the specified collection
from the middleware. |
| Method Detail |
public boolean unloadServiceAllowed(javax.servlet.ServletRequest request,
java.lang.String collection)
throws MiddlewareException
true if the request is authorized, that
is, if the client is allowed to unload the specified collection
from the middleware. This method must be multithread-safe.
request - The full request.collection - The collection name, e.g., "adl_catalog".
true if the request is authorized.
BadRequestException - If request is not valid.
InternalErrorException - If the authorization cannot otherwise be determined.
MiddlewareExceptionUnloadServicepublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||