public interface WmsAuthorisation
Modifier and Type | Method and Description |
---|---|
void |
authorise(WmsRequest theRequest)
Create a request that will be authorised.
|
void |
checkAuthorisation(WmsRequest theRequest)
Authorise a specific request.
|
void |
initialise(java.lang.String[] arguments)
Pass any arguments to the authorisation class.
|
void initialise(java.lang.String[] arguments) throws WMSException
arguments
- An array of String argumentsWMSException
- Is thrown if the arguments are not correct or any other error occured during initialisation.void checkAuthorisation(WmsRequest theRequest) throws WMSException
theRequest
- The request which has to be authorisedWMSException
- Is thrown if there is a problem with the request.void authorise(WmsRequest theRequest) throws WMSException
theRequest
- The request which will be changed so that it will be authorisedWMSException
- Is thrown if there is a real problem with the request.