Uses of Class
org.infinispan.cli.user.UserTool.Encryption
-
Packages that use UserTool.Encryption Package Description org.infinispan.cli.logging org.infinispan.cli.user -
-
Uses of UserTool.Encryption in org.infinispan.cli.logging
Methods in org.infinispan.cli.logging with parameters of type UserTool.Encryption Modifier and Type Method Description IllegalArgumentExceptionMessages_$bundle. userToolIncompatibleEncrypyion(UserTool.Encryption encryption1, UserTool.Encryption encryption2)IllegalArgumentExceptionMessages. 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.Encryption Modifier and Type Method Description static UserTool.EncryptionUserTool.Encryption. valueOf(boolean plainText)Returns the enum constant of this type with the specified name.static UserTool.EncryptionUserTool.Encryption. valueOf(String name)Returns the enum constant of this type with the specified name.static UserTool.Encryption[]UserTool.Encryption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.cli.user with parameters of type UserTool.Encryption Modifier and Type Method Description voidUserTool. 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)
-