|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.util.XACMLPolicyUtil
public class XACMLPolicyUtil
Create an XACML Policy Object from the url for the policy xml
Constructor Summary | |
---|---|
XACMLPolicyUtil()
|
Method Summary | |
---|---|
Policy |
createPolicy(InputStream is)
Create a policy |
Policy |
createPolicy(URL location)
Create a Policy |
PolicySet |
createPolicySet(InputStream is,
PolicyFinder finder)
Create a policyset |
PolicySet |
createPolicySet(URL location,
PolicyFinder finder)
Create a PolicySet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XACMLPolicyUtil()
Method Detail |
---|
public PolicySet createPolicySet(URL location, PolicyFinder finder) throws Exception
location
- location of the policy set filefinder
- PolicyFinder instance
Exception
public PolicySet createPolicySet(InputStream is, PolicyFinder finder) throws Exception
is
- finder
-
Exception
public Policy createPolicy(URL location) throws Exception
location
- Policy File
Exception
public Policy createPolicy(InputStream is) throws Exception
is
- Inputstream of the policy file
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |