|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrustEnforcementStatus | |
|---|---|
| org.nhindirect.stagent | Security and trust agent interface and core messaging and routing structures. |
| org.nhindirect.stagent.trust | NHIN Direct trust policy. |
| Uses of TrustEnforcementStatus in org.nhindirect.stagent |
|---|
| Fields in org.nhindirect.stagent declared as TrustEnforcementStatus | |
|---|---|
static TrustEnforcementStatus |
NHINDAddressCollection.DefaultMinTrustStatus
|
| Methods in org.nhindirect.stagent that return TrustEnforcementStatus | |
|---|---|
TrustEnforcementStatus |
DefaultNHINDAgent.getMinTrustRequirement()
Gets the minimum trust status applied to messages by the agent. |
TrustEnforcementStatus |
NHINDAddress.getStatus()
Gets the trust status of the address. |
| Methods in org.nhindirect.stagent with parameters of type TrustEnforcementStatus | |
|---|---|
Collection<NHINDAddress> |
NHINDAddressCollection.getTrusted(TrustEnforcementStatus minTrustStatus)
Gets all addresses in the collection that meet the minimum trust status. |
Collection<NHINDAddress> |
NHINDAddressCollection.getUntrusted(TrustEnforcementStatus minTrustStatus)
Gets all addresses in the collection that do not meet the minimum trust status. |
boolean |
NHINDAddress.isTrusted(TrustEnforcementStatus minTrustStatus)
Indicates if the provided trust status is trusted by this address. |
boolean |
NHINDAddressCollection.isTrusted(TrustEnforcementStatus minTrustStatus)
Indicates if the collection has any addresses that meet the minimum trust status. |
void |
NHINDAddressCollection.removeUntrusted(TrustEnforcementStatus minTrustStatus)
Removes all addresses from the collection that do not meet the minimum trust status. |
void |
DefaultNHINDAgent.setMinTrustRequirement(TrustEnforcementStatus value)
Sets the minimum trust status applied to messages by the agent. |
void |
NHINDAddress.setStatus(TrustEnforcementStatus value)
Sets the trust status of the address. |
| Uses of TrustEnforcementStatus in org.nhindirect.stagent.trust |
|---|
| Methods in org.nhindirect.stagent.trust that return TrustEnforcementStatus | |
|---|---|
static TrustEnforcementStatus |
TrustEnforcementStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TrustEnforcementStatus[] |
TrustEnforcementStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||