|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.client.SecurityClientFactory
public class SecurityClientFactory
Factory to return SecurityClient instances
| Constructor Summary | |
|---|---|
SecurityClientFactory()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityClientFactory()
| Method Detail |
|---|
public static SecurityClient getSecurityClient()
throws Exception
Exception
public static SecurityClient getSecurityClient(String client)
throws Exception
client - FQN of the security client implementation
Exception
public static SecurityClient getSecurityClient(Class<?> clazz)
throws Exception
clazz - Class object that is of SecurityClient Type
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||