public class XACMLPolicyUtil extends Object
Constructor and Description |
---|
XACMLPolicyUtil() |
Modifier and Type | Method and Description |
---|---|
AbstractPolicy |
create(InputStream is,
PolicyFinder finder)
Construct
AbstractPolicy |
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
|
public AbstractPolicy create(InputStream is, PolicyFinder finder) throws Exception
AbstractPolicy
is
- inputstream to a policy or policysetfinder
- Exception
public PolicySet createPolicySet(URL location, PolicyFinder finder) throws Exception
location
- location of the policy set filefinder
- PolicyFinder instanceException
public PolicySet createPolicySet(InputStream is, PolicyFinder finder) throws Exception
is
- finder
- Exception
public Policy createPolicy(URL location) throws Exception
location
- Policy FileException
public Policy createPolicy(InputStream is) throws Exception
is
- Inputstream of the policy fileException
Copyright © 2023 JBoss by Red Hat. All rights reserved.