Uiinfrastructure API Docs  
 

SecurityModeFilter Class

A filter to check the security of the incoming request whether it conforms to the security mode setting, in particular the security mode 2. Security mode 1 check will be performed by the MVC controller.

For a list of all members of this type, see SecurityModeFilter Members.

System.Object
   com.plumtree.uiinfrastructure.interpreter.filter.BaseInterpreterFilter
      com.plumtree.uiinfrastructure.interpreter.filter.SecurityModeFilter

public class SecurityModeFilter : BaseInterpreterFilter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.interpreter.filter

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

SecurityModeFilter Members | com.plumtree.uiinfrastructure.interpreter.filter Namespace