org.jboss.security.acl.config
Class ACLConfigurationFactory
java.lang.Object
org.jboss.security.acl.config.ACLConfigurationFactory
public class ACLConfigurationFactory
- extends Object
Factory for ACLConfiguration objects.
- Author:
- Stefan Guilhen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACLConfigurationFactory
public ACLConfigurationFactory()
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 © 2011 JBoss Inc.. All Rights Reserved.