|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.seam.security.config.SecurityConfig
public final class SecurityConfig
Security Configuration interface.
Method Summary | |
---|---|
Context |
getApplicationContext()
|
AuthMethod |
getAuthMethod()
|
Set<SecurityConstraint> |
getSecurityConstraints()
|
Set<String> |
getSecurityRoles()
|
static SecurityConfig |
instance()
Returns the SecurityConfig singleton |
void |
loadConfig(SecurityConfigLoader configLoader)
Loads the configuration from the specified SecurityConfigLoader |
void |
setApplicationContext(Context ctx)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SecurityConfig instance()
public void loadConfig(SecurityConfigLoader configLoader) throws SecurityConfigException
configLoader
- SecurityConfigLoader
SecurityConfigException
public void setApplicationContext(Context ctx)
public Context getApplicationContext()
public Set<SecurityConstraint> getSecurityConstraints()
public AuthMethod getAuthMethod()
public Set<String> getSecurityRoles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |