org.jboss.security.microcontainer.beans
Class ACLPolicyBean

java.lang.Object
  extended by org.jboss.security.microcontainer.beans.BasePolicyBean<FlaggedPolicyModule,ACLInfo>
      extended by org.jboss.security.microcontainer.beans.ACLPolicyBean

public class ACLPolicyBean
extends BasePolicyBean<FlaggedPolicyModule,ACLInfo>

This class represents an authorization policy.

Author:
Stefan Guilhen

Field Summary
 
Fields inherited from class org.jboss.security.microcontainer.beans.BasePolicyBean
modules
 
Constructor Summary
ACLPolicyBean()
           
 
Method Summary
 ACLInfo getPolicyInfo(String domainName)
           Creates a security info object using the information contained in this policy bean.
 String toString()
           
 
Methods inherited from class org.jboss.security.microcontainer.beans.BasePolicyBean
getModules, setModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACLPolicyBean

public ACLPolicyBean()
Method Detail

getPolicyInfo

public ACLInfo getPolicyInfo(String domainName)
Description copied from class: BasePolicyBean

Creates a security info object using the information contained in this policy bean.

Specified by:
getPolicyInfo in class BasePolicyBean<FlaggedPolicyModule,ACLInfo>
Parameters:
domainName - a String containing the security domain name of this policy.
Returns:
the generated info object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.