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

Detailed Description

This class is used to provide detailed information about a specific user.

Elements of class UserDetails

Type Element Description
long userId User's unique identification number.
string username Name of the user employed for Login.
string description Description of the user account.
boolean disabled If true, the user is disabled and the authentication will fail.
boolean userExpirationEnabled Indicates if the user is to be locked automatically at a specific date.
MlpiGlobal.DateAndTime userExpirationDateTime Date in which the user will be disabled if userExpirationEnabled is true.
ExpirationDetails sessionExpiration Information regarding a user's session expiration.
PersistenceType persistenceType Type of persistence: temporary (only valid until the control is rebooted) or permanent.

Definition at line 181 of file AccessControl.java.


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