org.dcm4che.net
Interface UserIdentityRQ


public interface UserIdentityRQ

Since:
Jan 25, 2007
Version:
$Revision: 4078 $ $Date: 2007-01-25 15:52:19 +0100 (Do, 25 Jän 2007) $
Author:
Gunter Zeilinger

Field Summary
static int KERBEROS
           
static int SAML
           
static int USERNAME
           
static int USERNAME_PASSCODE
           
 
Method Summary
 java.lang.String getPasscode()
           
 byte[] getPrimaryField()
           
 byte[] getSecondaryField()
           
 int getUserIdentityType()
           
 java.lang.String getUsername()
           
 boolean isPositiveResponseRequested()
           
 

Field Detail

USERNAME

static final int USERNAME
See Also:
Constant Field Values

USERNAME_PASSCODE

static final int USERNAME_PASSCODE
See Also:
Constant Field Values

KERBEROS

static final int KERBEROS
See Also:
Constant Field Values

SAML

static final int SAML
See Also:
Constant Field Values
Method Detail

getUserIdentityType

int getUserIdentityType()

isPositiveResponseRequested

boolean isPositiveResponseRequested()

getPrimaryField

byte[] getPrimaryField()

getSecondaryField

byte[] getSecondaryField()

getUsername

java.lang.String getUsername()

getPasscode

java.lang.String getPasscode()