org.dcm4che2.net.pdu
Class UserIdentityRQ
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
UserIdentityRQ
public UserIdentityRQ()
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.