public class SecurityClientFactory extends Object
Constructor and Description |
---|
SecurityClientFactory() |
Modifier and Type | Method and Description |
---|---|
static SecurityClient |
getSecurityClient()
Return the default Security Client
The default Security Client is of type
"org.jboss.security.client.JBossSecurityClient"
|
static SecurityClient |
getSecurityClient(Class<?> clazz)
Obtain a Security Client
|
static SecurityClient |
getSecurityClient(String client)
Return a security client of type
|
public static SecurityClient getSecurityClient() throws Exception
Exception
public static SecurityClient getSecurityClient(String client) throws Exception
client
- FQN of the security client implementationException
public static SecurityClient getSecurityClient(Class<?> clazz) throws Exception
clazz
- Class object that is of SecurityClient TypeException
Copyright © 2019 JBoss by Red Hat. All rights reserved.