|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.decision.PDPResponseCollection
public class PDPResponseCollection
This class encapsulates PDPResponse. All Response for PDPRequests in one PDPRequestCollection should be collected in one PDPResponseCollection.
Field Summary | |
---|---|
protected java.util.List |
m_responses
List of PDPResponse instances. |
Constructor Summary | |
---|---|
PDPResponseCollection()
Constructor creates a new instance. |
|
PDPResponseCollection(PDPResponse pdpResponse)
Constructor creates a new instance. |
Method Summary | |
---|---|
PDPResponseCollection |
add(PDPResponse response)
Method adds a response. |
boolean |
equals(java.lang.Object o)
Method equals. |
int |
hashCode()
Method hashCode. |
boolean |
isEmpty()
Method isEmpty. |
java.util.Iterator |
iterator()
Method iterator. |
PDPResponseCollection |
remove(PDPResponse response)
Method remove. |
int |
size()
Method size. |
java.lang.String |
toString()
Method toString. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.List m_responses
PDPResponse
instances.
Constructor Detail |
---|
public PDPResponseCollection()
public PDPResponseCollection(PDPResponse pdpResponse)
pdpResponse
- the pdpResponse.Method Detail |
---|
public PDPResponseCollection add(PDPResponse response)
response
- the response.
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
public java.util.Iterator iterator()
public PDPResponseCollection remove(PDPResponse response)
response
- the response.
public int size()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |