Click or drag to resize
RESTSecurityInvoker Methods

The RESTSecurityInvoker type exposes the following members.

Methods
  NameDescription
Public methodAddBindingParameters
Not needed, remains empty, does nothing.
Public methodAllocateInputs
Calls AllocateInputs on the invoker.
Public methodApplyClientBehavior
Not needed, remains empty, does nothing.
Public methodApplyDispatchBehavior
Initializes the invoker.
Public methodAuthenticateUser
Authenticates the user according to authentication type setting.
Public methodStatic memberAuthenticateUser(String) Obsolete.
Authenticates the user according to authentication type setting.
Public methodStatic memberAuthenticateUserBasic
Authenticates the user using basic authentication.
Protected methodAuthenticateUserBasicInternal
Authenticates the user using basic authentication.
Protected methodGetAuthenticatedUserNameInternal
Returns name of authenticated user.
Public methodStatic memberGetUserName
Returns username of authenticated user.
Public methodStatic memberHandleRESTAuthentication
Handles necessary actions to provide proper REST authentication response
Public methodStatic memberCheckHash
Checks hash parameter. Returns true if the parameter matches the requested URL. For request different from GET returns always false.
Protected methodCheckHashInternal
Checks hash parameter. Returns true if the parameter matches the requested URL. For request different from GET returns always false.
Public methodInvoke
Invokes the operation only when authentication went well.
Public methodInvokeBegin
Not implemented method.
Public methodInvokeEnd
Not implemented method.
Public methodStatic memberIsHashAuthenticated
Returns true if the request is GET and the hash parameter is present and matches the requested URL.
Public methodValidate
Not needed, remains empty, does nothing.
Top
See Also