Java Doc for NtlmFlags.java in  » Net » jCIFS » jcifs » ntlmssp » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » jCIFS » jcifs.ntlmssp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


jcifs.ntlmssp.NtlmFlags

All known Subclasses:   jcifs.ntlmssp.NtlmMessage,  jcifs.http.NtlmSsp,
NtlmFlags
public interface NtlmFlags (Code)
Flags used during negotiation of NTLMSSP authentication.


Field Summary
final public static  intNTLMSSP_NEGOTIATE_128
     Indicates that 128-bit encryption is supported.
final public static  intNTLMSSP_NEGOTIATE_56
     Indicates that 56-bit encryption is supported.
final public static  intNTLMSSP_NEGOTIATE_ALWAYS_SIGN
     Indicates that authenticated communication between the client and server should carry a "dummy" digital signature.
final public static  intNTLMSSP_NEGOTIATE_DATAGRAM_STYLE
     Indicates datagram authentication.
final public static  intNTLMSSP_NEGOTIATE_KEY_EXCH
    
final public static  intNTLMSSP_NEGOTIATE_LM_KEY
     Indicates that the LAN Manager session key should be used for signing and sealing authenticated communication.
final public static  intNTLMSSP_NEGOTIATE_LOCAL_CALL
     Sent by the server to indicate that the server and client are on the same machine.
final public static  intNTLMSSP_NEGOTIATE_NETWARE
    
final public static  intNTLMSSP_NEGOTIATE_NTLM
     Indicates support for NTLM authentication.
final public static  intNTLMSSP_NEGOTIATE_NTLM2
     Indicates that the NTLM2 signing and sealing scheme should be used for protecting authenticated communications.
final public static  intNTLMSSP_NEGOTIATE_OEM
     Indicates whether OEM strings are supported or used.
final public static  intNTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
     Indicates whether the OEM-formatted domain name in which the client workstation has membership is supplied in the Type-1 message. This is used in the negotation of local authentication.
final public static  intNTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
     Indicates whether the OEM-formatted workstation name is supplied in the Type-1 message.
final public static  intNTLMSSP_NEGOTIATE_SEAL
     Specifies that communication across the authenticated channel should be encrypted (message confidentiality).
final public static  intNTLMSSP_NEGOTIATE_SIGN
     Specifies that communication across the authenticated channel should carry a digital signature (message integrity).
final public static  intNTLMSSP_NEGOTIATE_TARGET_INFO
     Sent by the server in the Type 2 message to indicate that it is including a Target Information block in the message.
final public static  intNTLMSSP_NEGOTIATE_UNICODE
     Indicates whether Unicode strings are supported or used.
final public static  intNTLMSSP_REQUEST_ACCEPT_RESPONSE
    
final public static  intNTLMSSP_REQUEST_INIT_RESPONSE
    
final public static  intNTLMSSP_REQUEST_NON_NT_SESSION_KEY
    
final public static  intNTLMSSP_REQUEST_TARGET
     Indicates whether the authentication target is requested from the server.
final public static  intNTLMSSP_TARGET_TYPE_DOMAIN
     Sent by the server in the Type 2 message to indicate that the target authentication realm is a domain.
final public static  intNTLMSSP_TARGET_TYPE_SERVER
     Sent by the server in the Type 2 message to indicate that the target authentication realm is a server.
final public static  intNTLMSSP_TARGET_TYPE_SHARE
     Sent by the server in the Type 2 message to indicate that the target authentication realm is a share (presumably for share-level authentication).



Field Detail
NTLMSSP_NEGOTIATE_128
final public static int NTLMSSP_NEGOTIATE_128(Code)
Indicates that 128-bit encryption is supported.



NTLMSSP_NEGOTIATE_56
final public static int NTLMSSP_NEGOTIATE_56(Code)
Indicates that 56-bit encryption is supported.



NTLMSSP_NEGOTIATE_ALWAYS_SIGN
final public static int NTLMSSP_NEGOTIATE_ALWAYS_SIGN(Code)
Indicates that authenticated communication between the client and server should carry a "dummy" digital signature.



NTLMSSP_NEGOTIATE_DATAGRAM_STYLE
final public static int NTLMSSP_NEGOTIATE_DATAGRAM_STYLE(Code)
Indicates datagram authentication.



NTLMSSP_NEGOTIATE_KEY_EXCH
final public static int NTLMSSP_NEGOTIATE_KEY_EXCH(Code)



NTLMSSP_NEGOTIATE_LM_KEY
final public static int NTLMSSP_NEGOTIATE_LM_KEY(Code)
Indicates that the LAN Manager session key should be used for signing and sealing authenticated communication.



NTLMSSP_NEGOTIATE_LOCAL_CALL
final public static int NTLMSSP_NEGOTIATE_LOCAL_CALL(Code)
Sent by the server to indicate that the server and client are on the same machine. This implies that the server will include a local security context handle in the Type 2 message, for use in local authentication.



NTLMSSP_NEGOTIATE_NETWARE
final public static int NTLMSSP_NEGOTIATE_NETWARE(Code)



NTLMSSP_NEGOTIATE_NTLM
final public static int NTLMSSP_NEGOTIATE_NTLM(Code)
Indicates support for NTLM authentication.



NTLMSSP_NEGOTIATE_NTLM2
final public static int NTLMSSP_NEGOTIATE_NTLM2(Code)
Indicates that the NTLM2 signing and sealing scheme should be used for protecting authenticated communications. This refers to a particular session security scheme, and is not related to the use of NTLMv2 authentication.



NTLMSSP_NEGOTIATE_OEM
final public static int NTLMSSP_NEGOTIATE_OEM(Code)
Indicates whether OEM strings are supported or used.



NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
final public static int NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED(Code)
Indicates whether the OEM-formatted domain name in which the client workstation has membership is supplied in the Type-1 message. This is used in the negotation of local authentication.



NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED
final public static int NTLMSSP_NEGOTIATE_OEM_WORKSTATION_SUPPLIED(Code)
Indicates whether the OEM-formatted workstation name is supplied in the Type-1 message. This is used in the negotiation of local authentication.



NTLMSSP_NEGOTIATE_SEAL
final public static int NTLMSSP_NEGOTIATE_SEAL(Code)
Specifies that communication across the authenticated channel should be encrypted (message confidentiality).



NTLMSSP_NEGOTIATE_SIGN
final public static int NTLMSSP_NEGOTIATE_SIGN(Code)
Specifies that communication across the authenticated channel should carry a digital signature (message integrity).



NTLMSSP_NEGOTIATE_TARGET_INFO
final public static int NTLMSSP_NEGOTIATE_TARGET_INFO(Code)
Sent by the server in the Type 2 message to indicate that it is including a Target Information block in the message. The Target Information block is used in the calculation of the NTLMv2 response.



NTLMSSP_NEGOTIATE_UNICODE
final public static int NTLMSSP_NEGOTIATE_UNICODE(Code)
Indicates whether Unicode strings are supported or used.



NTLMSSP_REQUEST_ACCEPT_RESPONSE
final public static int NTLMSSP_REQUEST_ACCEPT_RESPONSE(Code)



NTLMSSP_REQUEST_INIT_RESPONSE
final public static int NTLMSSP_REQUEST_INIT_RESPONSE(Code)



NTLMSSP_REQUEST_NON_NT_SESSION_KEY
final public static int NTLMSSP_REQUEST_NON_NT_SESSION_KEY(Code)



NTLMSSP_REQUEST_TARGET
final public static int NTLMSSP_REQUEST_TARGET(Code)
Indicates whether the authentication target is requested from the server.



NTLMSSP_TARGET_TYPE_DOMAIN
final public static int NTLMSSP_TARGET_TYPE_DOMAIN(Code)
Sent by the server in the Type 2 message to indicate that the target authentication realm is a domain.



NTLMSSP_TARGET_TYPE_SERVER
final public static int NTLMSSP_TARGET_TYPE_SERVER(Code)
Sent by the server in the Type 2 message to indicate that the target authentication realm is a server.



NTLMSSP_TARGET_TYPE_SHARE
final public static int NTLMSSP_TARGET_TYPE_SHARE(Code)
Sent by the server in the Type 2 message to indicate that the target authentication realm is a share (presumably for share-level authentication).





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.