当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
SecurityRolesAssociation (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.security
Class SecurityRolesAssociation
java.lang.Object
org.jboss.security.SecurityRolesAssociation
- public final class SecurityRolesAssociation
- extends Object
The SecurityRolesAssociation uses a ThreadLocal to accociatw the SecurityRoleMetaData
from the deployment with the current thread.
- Version:
- $Revision: 1.1 $
- Author:
- Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRolesAssociation
public SecurityRolesAssociation()
getSecurityRoles
public static Map getSecurityRoles()
- Get the current map of SecurityRoleMetaData.
- Returns:
- A Map that stores SecurityRoleMetaData by roleName
setSecurityRoles
public static void setSecurityRoles(Map securityRoles)
- Get the current map of SecurityRoleMetaData.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.