public class SecurityHelperFactory extends Object
| Constructor and Description |
|---|
SecurityHelperFactory() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static EJBAuthenticationHelper getEJBAuthenticationHelper(SecurityContext sc)
sc - public static AbstractWebAuthorizationHelper getWebAuthorizationHelper(SecurityContext sc) throws Exception
sc - Exceptionpublic static AbstractEJBAuthorizationHelper getEJBAuthorizationHelper(SecurityContext sc) throws Exception
sc - Exceptionpublic static void setEJBAuthorizationHelperClass(String fqn)
fqn - public static void setWebAuthorizationHelperClass(String fqn)
fqn - Copyright © 2017 JBoss by Red Hat. All rights reserved.