|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.javaee.SecurityHelperFactory
public class SecurityHelperFactory
Factory to get to the helpers
| Constructor Summary | |
|---|---|
SecurityHelperFactory()
|
|
| Method Summary | |
|---|---|
static EJBAuthenticationHelper |
getEJBAuthenticationHelper(SecurityContext sc)
Get the EJB Authentication Helper given a security context |
static AbstractEJBAuthorizationHelper |
getEJBAuthorizationHelper(SecurityContext sc)
Get the EJB Authorization Helper given a security context |
static AbstractWebAuthorizationHelper |
getWebAuthorizationHelper(SecurityContext sc)
Get the Web Authorization Helper given a security context |
static void |
setEJBAuthorizationHelperClass(String fqn)
Set the FQN of the ejb authorization helper class |
static void |
setWebAuthorizationHelperClass(String fqn)
Set the FQN of the web authorization helper class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityHelperFactory()
| Method Detail |
|---|
public static EJBAuthenticationHelper getEJBAuthenticationHelper(SecurityContext sc)
sc -
public static AbstractWebAuthorizationHelper getWebAuthorizationHelper(SecurityContext sc)
throws Exception
sc -
Exception
public static AbstractEJBAuthorizationHelper getEJBAuthorizationHelper(SecurityContext sc)
throws Exception
sc -
Exceptionpublic static void setEJBAuthorizationHelperClass(String fqn)
fqn - public static void setWebAuthorizationHelperClass(String fqn)
fqn -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||