Uses of Interface
net.sf.container.PolicyParser

Packages that use PolicyParser
net.sf.container Main library API is defined here. 
net.sf.container.imp All particular implementations of library's API are here 
 

Uses of PolicyParser in net.sf.container
 

Methods in net.sf.container with parameters of type PolicyParser
 void ContainerFactory.setPolicies(java.net.URL policyFile, PolicyParser parser)
          set policies to be used by this factory while creating containers
 

Uses of PolicyParser in net.sf.container.imp
 

Classes in net.sf.container.imp that implement PolicyParser
 class PolicyFileParser
          Parse the official Policy File syntax created on Jun 13, 2005
 

Methods in net.sf.container.imp with parameters of type PolicyParser
 void AbstractPolicyFactory.setPolicies(java.net.URL policyFile, PolicyParser parser)
          set policies to be used by this factory while creating containers
 

Constructors in net.sf.container.imp with parameters of type PolicyParser
AbstractPolicyFactory(java.net.URL policyFile, PolicyParser parser)
          instantiate a factory with policies defined in the policy file
CertificateAuthorityFactory(java.net.URL policyFile, PolicyParser parser)
          instantiate a factory with policies defined in the policy file
CodebaseFactory(java.net.URL policyFile, PolicyParser parser)
          instantiate a factory with policies defined in the policy file
 



Copyright © 2007 Nikolay Fiykov. All Rights Reserved.