Library Mobile API Reference for iPad  MicroStrategy 2019
SecurityPolicy.h File Reference
#import <Foundation/Foundation.h>
#import "Enums.h"

Go to the source code of this file.

Classes

class  SecurityPolicy
 

Macros

#define PASSWORD_REQUIRES_NUMERIC   @"MSTRMobileSDK.Classes.Password.passwordRequiresNumeric"
 
#define PASSWORD_REQUIRES_SPECIAL_CHARACTER   @"MSTRMobileSDK.Classes.Password.passwordRequiresSpecialCharacter"
 
#define PASSWORD_REQUIRES_CAPITAL_LETTER   @"MSTRMobileSDK.Classes.Password.passwordRequiresCapitalLetter"
 
#define PASSWORD_MINIMUM_LENGTH   @"MSTRMobileSDK.Classes.Password.passwordMinimumLength"
 
#define PASSWORD_MAXIMUM_ALLOWED_FAILED_ATTEMPTS   @"MSTRMobileSDK.Classes.Password.passwordMaximumAllowedFailedAttempts"
 
#define PASSWORD_LOCKOUT_DURATION   @"MSTRMobileSDK.Classes.Password.passwordLockoutDuration"
 
#define PASSWORD_REQUIRED_AFTER_RESUMING   @"MSTRMobileSDK.Classes.Password.passwordRequiredAfterResuming"
 
#define PASSWORD_REQUIRED_AFTER_RESUMING_DURATION   @"MSTRMobileSDK.Classes.Password.passwordRequiredAfterResumingDuration"
 
#define PASSWORD_REQUIRED_AFTER_LOCK   @"MSTRMobileSDK.Classes.Password.passwordRequiredAfterLock"
 

Macro Definition Documentation

◆ PASSWORD_LOCKOUT_DURATION

#define PASSWORD_LOCKOUT_DURATION   @"MSTRMobileSDK.Classes.Password.passwordLockoutDuration"

◆ PASSWORD_MAXIMUM_ALLOWED_FAILED_ATTEMPTS

#define PASSWORD_MAXIMUM_ALLOWED_FAILED_ATTEMPTS   @"MSTRMobileSDK.Classes.Password.passwordMaximumAllowedFailedAttempts"

◆ PASSWORD_MINIMUM_LENGTH

#define PASSWORD_MINIMUM_LENGTH   @"MSTRMobileSDK.Classes.Password.passwordMinimumLength"

◆ PASSWORD_REQUIRED_AFTER_LOCK

#define PASSWORD_REQUIRED_AFTER_LOCK   @"MSTRMobileSDK.Classes.Password.passwordRequiredAfterLock"

◆ PASSWORD_REQUIRED_AFTER_RESUMING

#define PASSWORD_REQUIRED_AFTER_RESUMING   @"MSTRMobileSDK.Classes.Password.passwordRequiredAfterResuming"

◆ PASSWORD_REQUIRED_AFTER_RESUMING_DURATION

#define PASSWORD_REQUIRED_AFTER_RESUMING_DURATION   @"MSTRMobileSDK.Classes.Password.passwordRequiredAfterResumingDuration"

◆ PASSWORD_REQUIRES_CAPITAL_LETTER

#define PASSWORD_REQUIRES_CAPITAL_LETTER   @"MSTRMobileSDK.Classes.Password.passwordRequiresCapitalLetter"

◆ PASSWORD_REQUIRES_NUMERIC

#define PASSWORD_REQUIRES_NUMERIC   @"MSTRMobileSDK.Classes.Password.passwordRequiresNumeric"

◆ PASSWORD_REQUIRES_SPECIAL_CHARACTER

#define PASSWORD_REQUIRES_SPECIAL_CHARACTER   @"MSTRMobileSDK.Classes.Password.passwordRequiresSpecialCharacter"