Uses of Enum Class
com.iizix.device.AutoSignInPermission
Packages that use AutoSignInPermission
Uses of AutoSignInPermission in com.iizix.device
Methods in com.iizix.device that return AutoSignInPermissionModifier 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.Methods in com.iizix.device with parameters of type AutoSignInPermissionModifier 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
Methods in com.iizix.gyro that return AutoSignInPermissionModifier 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.Methods in com.iizix.gyro with parameters of type AutoSignInPermissionModifier 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.