Uses of Class
org.eclipse.ohf.ihe.common.atna.SecurityDomain

Packages that use SecurityDomain
org.eclipse.ohf.ihe.common.atna   
 

Uses of SecurityDomain in org.eclipse.ohf.ihe.common.atna
 

Methods in org.eclipse.ohf.ihe.common.atna that return SecurityDomain
static SecurityDomain ConfigurationManager.getSecurityDomain(java.lang.String name)
          Returns the security domain with the given name.
static SecurityDomain ConfigurationManager.getSecurityDomain(java.net.URI uri)
          Returns the SecurityDomain object registered as associated with the URI.
 

Methods in org.eclipse.ohf.ihe.common.atna with parameters of type SecurityDomain
static void ConfigurationManager.registerDefaultSecurityDomain(SecurityDomain securityDomain)
          Registers the properies file to be used as the default security domain.
static void ConfigurationManager.registerSecurityDomain(SecurityDomain securityDomain)
          Registers the SecurityDomain object with the ConfigurationManager.