Uses of Class
org.nhindirect.stagent.trust.TrustEnforcementStatus

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
 java.util.Collection<NHINDAddress> NHINDAddressCollection.getTrusted(TrustEnforcementStatus minTrustStatus)
          Gets all addresses in the collection that meet the minimum trust status.
 java.util.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.
 

Uses of TrustEnforcementStatus in org.nhindirect.stagent.trust
 

Methods in org.nhindirect.stagent.trust that return TrustEnforcementStatus
static TrustEnforcementStatus TrustEnforcementStatus.valueOf(java.lang.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-2011 HNIN Direct. All Rights Reserved.