Click or drag to resize

VGAngularSecurityController Class

Inheritance Hierarchy
ControllerBase
  Novalys.VisualGuard.Security.Angular.EngineVGAngularSecurityController

Namespace:  Novalys.VisualGuard.Security.Angular.Engine
Assembly:  Novalys.VisualGuard.Security.Angular (in Novalys.VisualGuard.Security.Angular.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public class VGAngularSecurityController : ControllerBase

The VGAngularSecurityController type exposes the following members.

Constructors
  NameDescription
Public methodVGAngularSecurityController
Initializes a new instance of the VGAngularSecurityController class
Top
Methods
  NameDescription
Public methodChangePassword
Change the password of the user
Public methodGetCurrentApplication
Public methodGetData
Public methodGetVGPrincipal
Authenticates and gets VGPrincipal
Public methodGetVGPrincipalFromToken
Authorizes from the token and gets VGPrincipal
Public methodSelectContextualGroups
Selects Contextual Groups in VGPrincipalContext
Public methodSignOut
Signs Out from VGSecurityRuntime
Public methodWriteLog
Writes log to VG database
Top
See Also