|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jini.core.constraint.Confidentiality
public final class Confidentiality
Represents a constraint on the confidentiality of message contents.
Serialization for this class is guaranteed to produce instances that are
comparable with ==
.
Field Summary | |
---|---|
static Confidentiality |
NO
Transmit message contents in the clear (no use of encryption). |
static Confidentiality |
YES
Transmit message contents so that they cannot easily be interpreted by third parties (typically by using encryption). |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Confidentiality YES
public static final Confidentiality NO
Normally this constraint should not be used unless there is an organizational policy that data must be transmitted in the clear.
Method Detail |
---|
public String toString()
toString
in class Object
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |