Uses of Enum Class
com.iizix.device.AutoSignInPermission
Uses of AutoSignInPermission in com.iizix.device
Modifier and TypeMethodDescriptionstatic AutoSignInPermission
Returns the enum constant of this class with the specified name.static AutoSignInPermission[]
AutoSignInPermission.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
AutoSignInPermission.isStronger
(AutoSignInPermission other) Checks if the current sign-in permission is tougher or stronger than the one specified as theother
parameter.Uses of AutoSignInPermission in com.iizix.gyro
Modifier and TypeMethodDescriptionIUserAuthenticationUI.initialize
(IClientSessionGyro clientGyro, VSField user, VSField password, VSField rememberMe, VSField authProvider) Initializes the user ID, password, "Remember Me" enabled and auto-login settings.Modifier and TypeMethodDescriptionboolean
IUserAuthenticationUI.saveUser
(IClientSessionGyro clientGyro, AuthenticationProvider provider, String user, String password, boolean rememberMe, AutoSignInPermission autoLogin) Saves the user ID, password and "Remember Me" enabled settings.