Uses of Class
org.dcm4che2.net.UserIdentity

Packages that use UserIdentity
org.dcm4che2.net   
 

Uses of UserIdentity in org.dcm4che2.net
 

Subclasses of UserIdentity in org.dcm4che2.net
static class UserIdentity.Username
           
static class UserIdentity.UsernamePasscode
           
 

Methods in org.dcm4che2.net that return UserIdentity
 UserIdentity NetworkApplicationEntity.getUserIdentity()
          Get User Identity used for initiating associations, if no User Identity is specified in the connect method.
 UserIdentity Association.getUserIdentity()
           
 

Methods in org.dcm4che2.net with parameters of type UserIdentity
 Association NetworkApplicationEntity.connect(UserIdentity userIdentity, NetworkApplicationEntity remoteAE, java.util.concurrent.Executor executor)
          Open a connection to the remote AE, using the passed in user identity Negotiation will be performed.
 Association NetworkApplicationEntity.connect(UserIdentity userIdentity, NetworkApplicationEntity remoteAE, java.util.concurrent.Executor executor, boolean forceNew)
          Open a connection to the remote AE, using the passed in user identity and threading model.
protected  AAssociateRQ NetworkApplicationEntity.makeAAssociateRQ(UserIdentity userIdentity, NetworkApplicationEntity remoteAE)
           
static Association Association.request(java.net.Socket socket, NetworkConnection connector, NetworkApplicationEntity ae, UserIdentity userIdentity)
           
 void NetworkApplicationEntity.setUserIdentity(UserIdentity userIdentity)
          Set User Identity used for initiating associations, if no User Identity is specified in the connect method.
 



Copyright © 2011 dcm4che. All Rights Reserved.