Uses of Enum Class
org.netxms.client.constants.UserAuthenticationMethod
Packages that use UserAuthenticationMethod
- 
Uses of UserAuthenticationMethod in org.netxms.client.constantsMethods in org.netxms.client.constants that return UserAuthenticationMethodModifier and TypeMethodDescriptionstatic UserAuthenticationMethodUserAuthenticationMethod.getByValue(int value) Get enum element by integer valuestatic UserAuthenticationMethodReturns the enum constant of this class with the specified name.static UserAuthenticationMethod[]UserAuthenticationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of UserAuthenticationMethod in org.netxms.client.usersMethods in org.netxms.client.users that return UserAuthenticationMethodMethods in org.netxms.client.users with parameters of type UserAuthenticationMethodModifier and TypeMethodDescriptionvoidUser.setAuthMethod(UserAuthenticationMethod authMethod) Set authentication method for this user.