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

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

public final class NtlmAuthInfo
extends java.lang.Object

The NtlmAuthInfo holds the ntlm relevant objects for an authenticated client.


Method Summary
 jcifs.smb.NtlmPasswordAuthentication getNtlmAuth()
          Gets the ntlm password authentication object.
 NtlmSession getSession()
          Gets the session.
 boolean isValid()
          Checks if the authentication information is valid and usable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNtlmAuth

public final jcifs.smb.NtlmPasswordAuthentication getNtlmAuth()
Gets the ntlm password authentication object.

Returns:
the authentication object

getSession

public final NtlmSession getSession()
Gets the session.

Returns:
the session used for authentication

isValid

public final boolean isValid()
Checks if the authentication information is valid and usable.

Returns:
true if the authentication information can be used, false otherwise


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.