rpc.security.ntlm
Class NtlmConnectionContext
java.lang.Object
rpc.security.ntlm.NtlmConnectionContext
- All Implemented Interfaces:
- ConnectionContext
public class NtlmConnectionContext
- extends java.lang.Object
- implements ConnectionContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NtlmConnectionContext
public NtlmConnectionContext()
init2
public ConnectionOrientedPdu init2(PresentationContext context,
java.util.Properties properties)
throws java.io.IOException
- Throws:
java.io.IOException
init
public ConnectionOrientedPdu init(PresentationContext context,
java.util.Properties properties)
throws java.io.IOException
- Specified by:
init
in interface ConnectionContext
- Throws:
java.io.IOException
alter
public ConnectionOrientedPdu alter(PresentationContext context)
throws java.io.IOException
- Specified by:
alter
in interface ConnectionContext
- Throws:
java.io.IOException
accept
public ConnectionOrientedPdu accept(ConnectionOrientedPdu pdu)
throws java.io.IOException
- Specified by:
accept
in interface ConnectionContext
- Throws:
java.io.IOException
getConnection
public Connection getConnection()
- Specified by:
getConnection
in interface ConnectionContext
isEstablished
public boolean isEstablished()
- Specified by:
isEstablished
in interface ConnectionContext