|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.seam.security.config.SecurityConfiguration
@Scope(value=APPLICATION) @Name(value="org.jboss.seam.security.securityConfiguration") @Install(value=false, precedence=0, dependencies="org.jboss.seam.securityManager") @Intercept(value=NEVER) public class SecurityConfiguration
Security configuration component.
Constructor Summary | |
---|---|
SecurityConfiguration()
|
Method Summary | |
---|---|
Set<Role> |
getSecurityRoles()
|
void |
init()
Initialization |
protected void |
loadConfigFromStream(InputStream config)
Loads the security configuration from the specified InputStream. |
protected void |
loadSecurityRoles(org.dom4j.Element securityRoleElement)
Load the security roles |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityConfiguration()
Method Detail |
---|
@Create public void init() throws SecurityConfigException
SecurityConfigException
protected void loadConfigFromStream(InputStream config) throws SecurityConfigException
config
- InputStream
SecurityConfigException
public Set<Role> getSecurityRoles()
protected void loadSecurityRoles(org.dom4j.Element securityRoleElement) throws SecurityConfigException
securityRoleElement
- Element
SecurityConfigurationException
SecurityConfigException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |