RESTSecurityInvoker Methods |
The RESTSecurityInvoker type exposes the following members.
Name | Description | |
---|---|---|
AddBindingParameters |
Not needed, remains empty, does nothing.
| |
AllocateInputs |
Calls AllocateInputs on the invoker.
| |
ApplyClientBehavior |
Not needed, remains empty, does nothing.
| |
ApplyDispatchBehavior |
Initializes the invoker.
| |
AuthenticateUser |
Authenticates the user according to authentication type setting.
| |
AuthenticateUserBasic |
Authenticates the user using basic authentication.
| |
CheckHash |
Checks hash parameter. Returns true if the parameter matches the requested URL. For request different from GET returns always false.
| |
GetUserName |
Returns username of authenticated user.
| |
HandleRESTAuthentication |
Handles necessary actions to provide proper REST authentication response
| |
Invoke |
Invokes the operation only when authentication went well.
| |
InvokeBegin |
Not implemented method.
| |
InvokeEnd |
Not implemented method.
| |
IsHashAuthenticated |
Returns true if the request is GET and the hash parameter is present and matches the requested URL.
| |
Validate |
Not needed, remains empty, does nothing.
|