org.jboss.security.acl.config
Class ACLConfigurationFactory

java.lang.Object
  extended by org.jboss.security.acl.config.ACLConfigurationFactory

public class ACLConfigurationFactory
extends Object

Factory for ACLConfiguration objects.

Author:
Stefan Guilhen

Constructor Summary
ACLConfigurationFactory()
           
 
Method Summary
static ACLConfiguration getConfiguration(InputStream aclConfigFileStream)
           Creates and return an ACLConfiguration object using the specified input stream to read the ACL configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLConfigurationFactory

public ACLConfigurationFactory()
Method Detail

getConfiguration

public static ACLConfiguration getConfiguration(InputStream aclConfigFileStream)

Creates and return an ACLConfiguration object using the specified input stream to read the ACL configuration file.

Parameters:
aclConfigFileStream - an InputStream that reads the contents of the ACL configuration file.
Returns:
the constructed ACLConfiguration object that contains the configured ACLs.


Copyright © 2009 JBoss Inc.. All Rights Reserved.