|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyParseException | |
---|---|
net.sf.container | Main library API is defined here. |
net.sf.container.imp | All particular implementations of library's API are here |
Uses of PolicyParseException in net.sf.container |
---|
Methods in net.sf.container that throw PolicyParseException | |
---|---|
void |
PolicyParser.parse(java.net.URL policyFile)
parse policy file as given url file location |
void |
PolicyParser.parse(java.net.URL url,
java.io.Reader policyFile)
parse policy file as given stream and url location |
void |
ContainerFactory.setPolicies(java.net.URL policyFile)
set policies to be used by this factory while creating containers it uses a default policy file parser. |
void |
ContainerFactory.setPolicies(java.net.URL policyFile,
PolicyParser parser)
set policies to be used by this factory while creating containers |
Uses of PolicyParseException in net.sf.container.imp |
---|
Methods in net.sf.container.imp that throw PolicyParseException | |
---|---|
protected void |
PolicyFileParser.expectCharAndAdvance(char ch)
test if current token is given character and then advance. |
void |
PolicyFileParser.parse(java.net.URL policyFile)
parse the policy file |
void |
PolicyFileParser.parse(java.net.URL url,
java.io.Reader policy)
parse the policy file provided as url and stream reader |
protected void |
PolicyFileParser.parseGrantAndAdvance()
parse grant construct |
protected void |
PolicyFileParser.parseKeystoreAndAdvance()
parse keystore construct |
protected java.lang.String |
PolicyFileParser.parseOptionAndAdvance()
parse semicolon delimited option and advance if there is no semicolon return null |
protected java.lang.String |
PolicyFileParser.parseValueAndAdvance()
parse quoted text value and advance parser to next token position if current token is not an quoted string return null without to advance. |
protected java.lang.String |
PolicyFileParser.parseValueAndAdvance(java.lang.String errMsg)
parse quoted text value and advance parser to next token position if current token is not an quoted string raise and exception |
protected java.lang.String |
PolicyFileParser.parseWordAndValueAndAdvance(java.lang.String word)
if current token is the given word, read the consequent quoted text and advance to next token. |
protected java.lang.String |
PolicyFileParser.parseWordAndValueAndAdvance(java.lang.String word,
java.lang.String errMsg)
if current token is the given word, read the consequent quoted text and advance to next token. |
void |
AbstractPolicyFactory.setPolicies(java.net.URL policyFile)
set policies to be used by this factory while creating containers it uses PolicyParser file parser. |
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 that throw PolicyParseException | |
---|---|
AbstractPolicyFactory(java.net.URL policyFile)
instantiate a factory with policies defined in the policy file |
|
AbstractPolicyFactory(java.net.URL policyFile,
PolicyParser parser)
instantiate a factory with policies defined in the policy file |
|
CertificateAuthorityFactory(java.net.URL policyFile)
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)
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |