|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.decision.PDPRequest
public class PDPRequest
This class represents a decision requests to a DecisionService.
Field Summary | |
---|---|
protected Attributes |
m_environment
Environment attributes element of the request. |
protected Target |
m_target
Target element of the request. |
Constructor Summary | |
---|---|
PDPRequest(Target target)
Constructor creates a new instance. |
|
PDPRequest(Target target,
Attributes environment)
Constructor creates a new instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Method equals. |
Attributes |
getEnvironment()
Method gets the environment. |
Target |
getTarget()
Method gets the target. |
int |
hashCode()
Method hashCode. |
java.lang.String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Target m_target
protected Attributes m_environment
Constructor Detail |
---|
public PDPRequest(Target target)
target
- the target.public PDPRequest(Target target, Attributes environment)
target
- the target.environment
- the environment.Method Detail |
---|
public Attributes getEnvironment()
public Target getTarget()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the o.
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |