com.sibvisions.rad.server.security.ntlm
Class NtlmSession

java.lang.Object
  extended by com.sibvisions.rad.server.security.ntlm.NtlmSession

public final class NtlmSession
extends Object

The Session holds the challenge and domain controller for later authentication.


Method Summary
 byte[] getChallenge()
          Gets the challenge.
 jcifs.UniAddress getDomainController()
          Gets the domain controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChallenge

public final byte[] getChallenge()
Gets the challenge.

Returns:
the challenge

getDomainController

public final jcifs.UniAddress getDomainController()
Gets the domain controller.

Returns:
the domain controller


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.