|
||||||||||
| 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 | |
|---|---|
com.sun.xacml.Policy |
createPolicy(java.io.InputStream is)
Create a policy |
com.sun.xacml.Policy |
createPolicy(java.net.URL location)
Create a Policy |
com.sun.xacml.PolicySet |
createPolicySet(java.io.InputStream is,
com.sun.xacml.finder.PolicyFinder finder)
Create a policyset |
com.sun.xacml.PolicySet |
createPolicySet(java.net.URL location,
com.sun.xacml.finder.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 com.sun.xacml.PolicySet createPolicySet(java.net.URL location,
com.sun.xacml.finder.PolicyFinder finder)
throws java.lang.Exception
location - location of the policy set filefinder - PolicyFinder instance
java.lang.Exception
public com.sun.xacml.PolicySet createPolicySet(java.io.InputStream is,
com.sun.xacml.finder.PolicyFinder finder)
throws java.lang.Exception
is - finder -
java.lang.Exception
public com.sun.xacml.Policy createPolicy(java.net.URL location)
throws java.lang.Exception
location - Policy File
java.lang.Exception
public com.sun.xacml.Policy createPolicy(java.io.InputStream is)
throws java.lang.Exception
is - Inputstream of the policy file
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||