Uses of Enum Class
org.infinispan.cli.user.UserTool.Encryption
Packages that use UserTool.Encryption
-
Uses of UserTool.Encryption in org.infinispan.cli.logging
Methods in org.infinispan.cli.logging with parameters of type UserTool.EncryptionModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionMessages_$bundle.userToolIncompatibleEncrypyion(UserTool.Encryption encryption1, UserTool.Encryption encryption2) Messages.userToolIncompatibleEncrypyion(UserTool.Encryption encryption1, UserTool.Encryption encryption2) -
Uses of UserTool.Encryption in org.infinispan.cli.user
Methods in org.infinispan.cli.user that return UserTool.EncryptionModifier and TypeMethodDescriptionstatic UserTool.EncryptionUserTool.Encryption.valueOf(boolean plainText) Returns the enum constant of this class with the specified name.static UserTool.EncryptionReturns the enum constant of this class with the specified name.static UserTool.Encryption[]UserTool.Encryption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.cli.user with parameters of type UserTool.EncryptionModifier and TypeMethodDescriptionvoidUserTool.createUser(String username, String password, String realm, UserTool.Encryption encryption, List<String> userGroups, List<String> algorithms) voidUserTool.modifyUser(String username, String password, String realm, UserTool.Encryption encryption, List<String> userGroups, List<String> algorithms)