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
Exceptionpublic static SecurityClient getSecurityClient(String client) throws Exception
client - FQN of the security client implementationExceptionpublic static SecurityClient getSecurityClient(Class<?> clazz) throws Exception
clazz - Class object that is of SecurityClient TypeExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.