|
||||||||||
| 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 | |
|---|---|
org.jboss.security.xacml.sunxacml.Policy |
createPolicy(InputStream is)
Create a policy |
org.jboss.security.xacml.sunxacml.Policy |
createPolicy(URL location)
Create a Policy |
org.jboss.security.xacml.sunxacml.PolicySet |
createPolicySet(InputStream is,
org.jboss.security.xacml.sunxacml.finder.PolicyFinder finder)
Create a policyset |
org.jboss.security.xacml.sunxacml.PolicySet |
createPolicySet(URL location,
org.jboss.security.xacml.sunxacml.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 org.jboss.security.xacml.sunxacml.PolicySet createPolicySet(URL location,
org.jboss.security.xacml.sunxacml.finder.PolicyFinder finder)
throws Exception
location - location of the policy set filefinder - PolicyFinder instance
Exception
public org.jboss.security.xacml.sunxacml.PolicySet createPolicySet(InputStream is,
org.jboss.security.xacml.sunxacml.finder.PolicyFinder finder)
throws Exception
is - finder -
Exception
public org.jboss.security.xacml.sunxacml.Policy createPolicy(URL location)
throws Exception
location - Policy File
Exception
public org.jboss.security.xacml.sunxacml.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 | |||||||||