org.dcm4che2.net.pdu
Class UserIdentityRQ

java.lang.Object
  extended by org.dcm4che2.net.pdu.UserIdentityRQ

public class UserIdentityRQ
extends java.lang.Object

Since:
Sep 15, 2005
Version:
$Reversion$ $Date: 2007-11-23 13:23:46 +0100 (Fri, 23 Nov 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)

Field Summary
static int KERBEROS
           
static int SAML
           
static int USERNAME
           
static int USERNAME_PASSCODE
           
 
Constructor Summary
UserIdentityRQ()
           
 
Method Summary
 char[] getPasscode()
           
 byte[] getPrimaryField()
           
 byte[] getSecondaryField()
           
 int getUserIdentityType()
           
 java.lang.String getUsername()
           
 boolean isPositiveResponseRequested()
           
 int length()
           
 void setPasscode(char[] passcode)
           
 void setPositiveResponseRequested(boolean positiveResponseRequested)
           
 void setPrimaryField(byte[] primaryField)
           
 void setSecondaryField(byte[] secondaryField)
           
 void setUserIdentityType(int userIdentityType)
           
 void setUsername(java.lang.String username)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USERNAME

public static final int USERNAME
See Also:
Constant Field Values

USERNAME_PASSCODE

public static final int USERNAME_PASSCODE
See Also:
Constant Field Values

KERBEROS

public static final int KERBEROS
See Also:
Constant Field Values

SAML

public static final int SAML
See Also:
Constant Field Values
Constructor Detail

UserIdentityRQ

public UserIdentityRQ()
Method Detail

getUserIdentityType

public final int getUserIdentityType()

setUserIdentityType

public final void setUserIdentityType(int userIdentityType)

isPositiveResponseRequested

public final boolean isPositiveResponseRequested()

setPositiveResponseRequested

public final void setPositiveResponseRequested(boolean positiveResponseRequested)

getPrimaryField

public final byte[] getPrimaryField()

setPrimaryField

public final void setPrimaryField(byte[] primaryField)

getSecondaryField

public final byte[] getSecondaryField()

setSecondaryField

public final void setSecondaryField(byte[] secondaryField)

getUsername

public java.lang.String getUsername()

setUsername

public void setUsername(java.lang.String username)

getPasscode

public char[] getPasscode()

setPasscode

public void setPasscode(char[] passcode)

length

public int length()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 dcm4che. All Rights Reserved.