|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The interface between the ADL identifiers service and the gatekeeper that controls access to the service. The ADL identifiers service creates the gatekeeper by dynamically loading the gatekeeper class and calling the following class method:
public static IdentifiersServiceGatekeeper createGatekeeper (
ExtendedProperties propertyList, String argument)
Gatekeeper startup parameters can be obtained from
propertyList. argument is an additional,
gatekeeper-specific startup parameter.
$Log: IdentifiersServiceGatekeeper.java,v $ Revision 1.1 2006/06/22 18:36:02 gjanee Initial revision
| Method Summary | |
void |
destroy()
Frees any resources held by the gatekeeper. |
boolean |
identifiersServiceAllowed(javax.servlet.ServletRequest request)
Returns true if the request is authorized, that
is, if the client is allowed to obtain the identifiers of all
items in collections. |
| Method Detail |
public boolean identifiersServiceAllowed(javax.servlet.ServletRequest request)
throws MiddlewareException
true if the request is authorized, that
is, if the client is allowed to obtain the identifiers of all
items in collections. This method must be multithread-safe.
request - The full request.
true if the request is authorized.
BadRequestException - If request is not valid.
InternalErrorException - If the authorization cannot otherwise be determined.
MiddlewareExceptionIdentifiersServicepublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||