Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4Java)  1.26.2
com.boschrexroth.mlpi.AccessControl.PasswordPolicies Class Reference
Collaboration diagram for com.boschrexroth.mlpi.AccessControl.PasswordPolicies:
Collaboration graph

Detailed Description

This class is used to provide the policies to be followed to define the user passwords.

Elements of class PasswordPolicies

Type Element Description
long minLength Minimum length that a password shall contain.
long maxLength Maximum length that a password shall contain.
long minUpperCase Minimum amount of upper case characters that a password shall contain.
long minLowerCase Minimum amount of lower case characters that a password shall contain.
long minNumerical Minimum amount of numerical characters that a password shall contain.
long minSpecial Minimum amount of special characters (e.g. #, $, etc.) that a password shall contain.

Definition at line 207 of file AccessControl.java.


The documentation for this class was generated from the following file: