public final class EnvironmentUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.wildfly.security.auth.server.IdentityCredentials |
getSecurityCredentials(Hashtable<String,?> env)
Get the security credential, if any.
|
static String |
getSecurityRealmName(Hashtable<String,?> env)
Get the name of the security realm, if any.
|
public static org.wildfly.security.auth.server.IdentityCredentials getSecurityCredentials(Hashtable<String,?> env)
env - the environment (must not be null)null if none was presentCopyright © 2016 JBoss by Red Hat. All rights reserved.