public class SecurityTestUtil
extends java.lang.Object
Constructor and Description |
---|
SecurityTestUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
assertNotAuthorized(org.assertj.core.api.ThrowableAssert.ThrowingCallable shouldRaiseThrowable,
java.lang.String permString) |
static ClientCache |
createClientCache(java.lang.String username,
java.lang.String password,
int serverPort) |
static ClientCache |
createClientCache(java.lang.String username,
java.lang.String password,
int serverPort,
java.util.Properties extraProperties) |
static Region |
createProxyRegion(ClientCache cache,
java.lang.String regionName) |
public static ClientCache createClientCache(java.lang.String username, java.lang.String password, int serverPort)
public static ClientCache createClientCache(java.lang.String username, java.lang.String password, int serverPort, java.util.Properties extraProperties)
public static Region createProxyRegion(ClientCache cache, java.lang.String regionName)
public static void assertNotAuthorized(org.assertj.core.api.ThrowableAssert.ThrowingCallable shouldRaiseThrowable, java.lang.String permString)