|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.semiramis.identityaggregator.PolicyMgmtPDP
public class PolicyMgmtPDP
PolicyMgmtPDP
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface eu.semiramis.identityaggregator.PDP |
---|
PDP.Action |
Constructor Summary | |
---|---|
PolicyMgmtPDP(IdentityAggregator_Config config)
|
Method Summary | |
---|---|
Decision |
evaluate(javax.servlet.http.HttpServletRequest request,
PDP.Action action,
java.lang.String issuer,
java.lang.String requestor,
java.lang.String target,
java.lang.String subject,
java.lang.String resource)
Evaluates the policies to determine whether the request is authorized or not |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolicyMgmtPDP(IdentityAggregator_Config config)
Method Detail |
---|
public Decision evaluate(javax.servlet.http.HttpServletRequest request, PDP.Action action, java.lang.String issuer, java.lang.String requestor, java.lang.String target, java.lang.String subject, java.lang.String resource) throws PDPException
evaluate
in interface PDP
request
- the servlet request.action
- the requested actionissuer
- the immediate issuer of the requestrequestor
- the origin issuer of the requesttarget
- the target service that will serve the requestsubject
- the id of the subject whose resource is requestedresource
- the resource that is being requested
PDPException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |