|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.security.AssociationOptions
This class represents association options between target reference
Field Summary | |
static int |
COMPOSITE_DELEGATION
|
static int |
CONFIDENTIALITY
|
static int |
EST_TRUST_IN_CLIENT
|
static int |
EST_TRUST_IN_TARGET
|
static int |
INTEGRITY
|
static int |
NO_DELEGATION
|
static int |
NO_PROTECTION
Constants for each of association option supported |
static int |
SIMPLE_DELEGATION
|
Constructor Summary | |
AssociationOptions(int value)
Creates new instance with given initial values |
Method Summary | |
boolean |
getCompositeDelegation()
Returns status for COMPOSITE_DELEGATION bit |
boolean |
getConfidentiality()
Returns status for CONFIDENTIALITY bit |
boolean |
getEstTrustInClient()
Returns status for EST_TRUST_IN_CLIENT bit |
boolean |
getEstTrustInTarget()
Returns status for EST_TRUST_IN_TARGET bit |
boolean |
getIntegrity()
Returns status for INTEGRITY bit |
boolean |
getNoDelegation()
Returns status for NO_DELEGATION bit |
boolean |
getNoProtection()
Returns status for NO_PROTECTION bit |
boolean |
getSimpleDelegation()
Returns status for SIMPLE_DELEGATION bit |
void |
setCompositeDelegation(boolean value)
Sets the COMPOSITE_DELEGATION bit to a given value |
void |
setConfidentiality(boolean value)
Sets the CONFIDENTIALITY bit to a given value |
void |
setEstTrustInClient(boolean value)
Sets the EST_TRUST_IN_CLIENT bit to a given value |
void |
setEstTrustInTarget(boolean value)
Sets the EST_TRUST_IN_TARGET bit to a given value |
void |
setIntegrity(boolean value)
Sets the INTEGRITY bit to a given value |
void |
setNoDelegation(boolean value)
Sets the NO_DELEGATION bit to a given value |
void |
setNoProtection(boolean value)
Sets the NO_PROTECTION bit to a given value |
void |
setSimpleDelegation(boolean value)
Sets the SIMPLE_DELEGATION bit to a given value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NO_PROTECTION
public static final int INTEGRITY
public static final int CONFIDENTIALITY
public static final int EST_TRUST_IN_CLIENT
public static final int EST_TRUST_IN_TARGET
public static final int NO_DELEGATION
public static final int SIMPLE_DELEGATION
public static final int COMPOSITE_DELEGATION
Constructor Detail |
public AssociationOptions(int value)
value
- initial value for this instanceMethod Detail |
public boolean getNoProtection()
public void setNoProtection(boolean value)
value
- new value for NO_PROTECTION bit (true = 1)public boolean getIntegrity()
public void setIntegrity(boolean value)
value
- new value for INTEGRITY bit (true = 1)public boolean getConfidentiality()
public void setConfidentiality(boolean value)
value
- new value for CONFIDENTIALITY bit (true = 1)public boolean getEstTrustInClient()
public void setEstTrustInClient(boolean value)
value
- new value for EST_TRUST_IN_CLIENT bit (true = 1)public boolean getEstTrustInTarget()
public void setEstTrustInTarget(boolean value)
value
- new value for EST_TRUST_IN_TARGET bit (true = 1)public boolean getNoDelegation()
public void setNoDelegation(boolean value)
value
- new value for NO_DELEGATION bit (true = 1)public boolean getSimpleDelegation()
public void setSimpleDelegation(boolean value)
value
- new value for SIMPLE_DELEGATION bit (true = 1)public boolean getCompositeDelegation()
public void setCompositeDelegation(boolean value)
value
- new value for COMPOSITE_DELEGATION bit (true = 1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |