|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectissrg.pba.rbac.PolicyFinder
issrg.pba.rbac.x509.SimplePERMISACPolicyFinder
issrg.pba.rbac.x509.RepositoryACPolicyFinder
issrg.pba.rbac.x509.URLACPolicyFinder
public class URLACPolicyFinder
This is a simple extension of RepositoryACPolicyFinder that uses a single URL to identify a Repository with the policy in it. There must be a URLHandler that can build a AttributeRepository for the URL used in the constructor. See URLHandler documentation for the list of the URLHandlers available by default.
URLHandler,
CustomisePERMIS.addURLHandler(String)| Field Summary |
|---|
| Fields inherited from class issrg.pba.rbac.PolicyFinder |
|---|
accessPolicy, allocationPolicy, authzTokenRepository, filepath, msodPolicySet, parsedPolicy, policyOID, satLevel, sawsServer, soa, sv, tokenParser |
| Constructor Summary | |
|---|---|
URLACPolicyFinder(java.lang.String uRL,
java.lang.String PolicyId,
java.security.Principal SOA,
SignatureVerifier SV)
This constructor instantiates a URLACPolicyFinder by using a URL. |
|
| Method Summary |
|---|
| Methods inherited from class issrg.pba.rbac.x509.RepositoryACPolicyFinder |
|---|
initPolicyFromRepository |
| Methods inherited from class issrg.pba.rbac.x509.SimplePERMISACPolicyFinder |
|---|
initPolicyFromACArray |
| Methods inherited from class issrg.pba.rbac.PolicyFinder |
|---|
getAccessPolicy, getAllocationPolicy, getfilepath, getMSoDPolicy, getParsedPolicy, getPolicyOID, getRepository, getSATLevel, getSAWSServer, getSOA, getSV, removeSystemTag, SAWSCloseLog, setSV |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLACPolicyFinder(java.lang.String uRL,
java.lang.String PolicyId,
java.security.Principal SOA,
SignatureVerifier SV)
throws PbaException
new RepositoryACPolicyFinder(URLHandler.getRepositoryByURL(uRL), PolicyId, SOA, SV)
uRL - - the URL of the repository; there must already be a
URLHandler registered for this URLPolicyId - - the identifier of the policySOA - - the issuer of the policy and the name of the entry in the
repository with the Attribute CertificatesSV - - the SignatureVerifier used to validate signatures on the
ACs; if null, no signature verification will be performed (NOT
RECOMMENDED FOR PRODUCTION DEPLOYMENTS!)
PbaException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||