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)
Authenticates the user according to authentication type setting.
Public methodStatic memberAuthenticateUserBasic
Authenticates the user using basic authentication.
Public methodStatic memberAuthenticateUserForms
Authenticates the user from the authentication cookie. If everything is ok returns name of the authenticated user. Otherwise returns null;
Public methodStatic memberGetAuthenticationType
Returns authentication type from settings.
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 alsways false.
Public methodInvoke
Invokes the operation only when authentication went well.
Public methodInvokeBegin
Not implemented method.
Public methodInvokeEnd
Not implemented method.
Public methodValidate
Not needed, remains empty, does nothing.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also