Uses of Class
org.infinispan.server.test.api.TestUser
-
Packages that use TestUser Package Description org.infinispan.server.test.api -
-
Uses of TestUser in org.infinispan.server.test.api
Fields in org.infinispan.server.test.api with type parameters of type TestUser Modifier and Type Field Description static EnumSet<TestUser>TestUser. NON_ADMINSMethods in org.infinispan.server.test.api that return TestUser Modifier and Type Method Description static TestUserTestUser. valueOf(String name)Returns the enum constant of this type with the specified name.static TestUser[]TestUser. values()Returns an array containing the constants of this enum type, in the order they are declared.
-