All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Enumeration VPMLoginPolicy
enum VPMLoginPolicy {
VPMLoginDEFAULT,
VPMLoginFIRST_FOUND,
VPMLoginFIRST_ADMIN,
VPMLoginEXACT_ROLE,
VPMLoginALL_ROLES,
VPMLoginEXACT_ROLES
}
Defines Security role choice policy during login.
- Values:
-
- VPMLoginDEFAULT
- Takes the last role, or the first role valid if last role is not any
more effective.
- VPMLoginFIRST_FOUND
- Takes the first valid role from roles list.
- VPMLoginFIRST_ADMIN
- Takes the first valid VPMADMIN role.
- VPMLoginEXACT_ROLE
- Takes the role which name is given in parameter (see Login method).
- VPMLoginALL_ROLES
- Not yet used.
- VPMLoginEXACT_ROLES
- Not yet used.
This object is included in the file: CATIVpmSCLogin.h