| Package | Description |
|---|---|
| org.nhindirect.stagent |
Security and trust agent interface and core messaging and routing structures.
|
| org.nhindirect.stagent.trust |
NHIN Direct trust policy.
|
| Modifier and Type | Field and Description |
|---|---|
static TrustEnforcementStatus |
NHINDAddressCollection.DefaultMinTrustStatus |
| Modifier and Type | Method and Description |
|---|---|
TrustEnforcementStatus |
DefaultNHINDAgent.getMinTrustRequirement()
Gets the minimum trust status applied to messages by the agent.
|
TrustEnforcementStatus |
NHINDAddress.getStatus()
Gets the trust status of the address.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
NHINDAddressCollection.isTrusted(TrustEnforcementStatus minTrustStatus)
Indicates if the collection has any addresses that meet the minimum trust status.
|
boolean |
NHINDAddress.isTrusted(TrustEnforcementStatus minTrustStatus)
Indicates if the provided trust status is trusted by this address.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.