站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 bate1 API 英文版文档

SecurityConfigLoader (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


org.jboss.seam.security.config
Interface SecurityConfigLoader

All Known Implementing Classes:
SecurityConfigFileLoader

public interface SecurityConfigLoader

Author:
Shane Bryzak

Method Summary
 Handler getAuthenticator()
           
 AuthMethod getAuthMethod()
           
 Set<SecurityConstraint> getSecurityConstraints()
           
 Set<String> getSecurityRoles()
           
 

Method Detail

getSecurityConstraints

Set<SecurityConstraint> getSecurityConstraints()

getAuthMethod

AuthMethod getAuthMethod()

getAuthenticator

Handler getAuthenticator()

getSecurityRoles

Set<String> getSecurityRoles()