sun.security.krb5.internal

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 » 6.0 JDK Modules sun » security » sun.security.krb5.internal 
sun.security.krb5.internal
Java Source File NameTypeComment
APOptions.javaClass Implements the ASN.1 APOptions type.
APRep.javaClass Implements the ASN.1 AP-REP type.
APReq.javaClass Implements the ASN.1 AP-REQ type.
ASRep.javaClass
ASReq.javaClass
AuthContext.javaClass
Authenticator.javaClass Implements the ASN.1 Authenticator type.
AuthorizationData.javaClass
AuthorizationDataEntry.javaClass
CredentialsUtil.javaClass This class is a utility that contains much of the TGS-Exchange protocol.
EncAPRepPart.javaClass Implements the ASN.1 EncAPRepPart type.
EncASRepPart.javaClass
EncKDCRepPart.javaClass Implements the ASN.1 EncKDCRepPart type.
EncKrbCredPart.javaClass Implements the ASN.1 EncKrbCredPart type.
EncKrbPrivPart.javaClass Implements the ASN.1 EncKrbPrivPart type.
EncTGSRepPart.javaClass
EncTicketPart.javaClass Implements the ASN.1 EncTicketPart type.
ETypeInfo.javaClass Implements the ASN.1 ETYPE-INFO-ENTRY type.
ETypeInfo2.javaClass Implements the ASN.1 ETYPE-INFO-ENTRY type.
HostAddress.javaClass Implements the ASN.1 HostAddress type.
HostAddresses.javaClass Implements the ASN.1 HostAddresses type.
KdcErrException.javaClass
KDCOptions.javaClass Implements the ASN.1 KDCOptions type. KDCOptions ::= KerberosFlags -- reserved(0), -- forwardable(1), -- forwarded(2), -- proxiable(3), -- proxy(4), -- allow-postdate(5), -- postdated(6), -- unused7(7), -- renewable(8), -- unused9(9), -- unused10(10), -- opt-hardware-auth(11), -- unused12(12), -- unused13(13), -- 15 is reserved for canonicalize -- unused15(15), -- 26 was unused in 1510 -- disable-transited-check(26), -- renewable-ok(27), -- enc-tkt-in-skey(28), -- renew(30), -- validate(31) KerberosFlags ::= BIT STRING (SIZE (32..MAX)) -- minimum number of bits shall be sent, -- but no fewer than 32

This definition reflects the Network Working Group RFC 4120 specification available at http://www.ietf.org/rfc/rfc4120.txt.

This class appears as data field in the initial request(KRB_AS_REQ) or subsequent request(KRB_TGS_REQ) to the KDC and indicates the flags that the client wants to set on the tickets. The optional bits are:

  • KDCOptions.RESERVED
  • KDCOptions.FORWARDABLE
  • KDCOptions.FORWARDED
  • KDCOptions.PROXIABLE
  • KDCOptions.PROXY
  • KDCOptions.ALLOW_POSTDATE
  • KDCOptions.POSTDATED
  • KDCOptions.RENEWABLE
  • KDCOptions.RENEWABLE_OK
  • KDCOptions.ENC_TKT_IN_SKEY
  • KDCOptions.RENEW
  • KDCOptions.VALIDATE

Various checks must be made before honoring an option.

KDCRep.javaClass Implements the ASN.1 KDC-REP type.
KDCReq.javaClass Implements the ASN.1 KRB_KDC_REQ type.
KDCReqBody.javaClass Implements the ASN.1 KDC-REQ-BODY type.
KerberosTime.javaClass Implements the ASN.1 KerberosTime type. KerberosTime ::= GeneralizedTime -- with no fractional seconds The timestamps used in Kerberos are encoded as GeneralizedTimes.
Krb5.javaClass
KrbApErrException.javaClass
KRBCred.javaClass Implements the ASN.1 Authenticator type.
KrbCredInfo.javaClass Implements the ASN.1 KrbCredInfo type.
KrbErrException.javaClass
KRBError.javaClass Implements the ASN.1 KRBError type.
KRBPriv.javaClass Implements the ASN.1 KRB-PRIV type.
KRBSafe.javaClass Implements the ASN.1 KRBSafe type.
KRBSafeBody.javaClass Implements the ASN.1 KRBSafeBody type.
LastReq.javaClass Implements the ASN.1 LastReq type.
LastReqEntry.javaClass
LocalSeqNumber.javaClass
LoginOptions.javaClass Implements the ASN.1 KDCOptions type.
MethodData.javaClass Implements the ASN.1 EncKrbPrivPart type.
PAData.javaClass Implements the ASN.1 PA-DATA type.
PAEncTSEnc.javaClass Implements the ASN.1 PAEncTSEnc type.
SeqNumber.javaInterface
TCPClient.javaClass
TGSRep.javaClass
TGSReq.javaClass
Ticket.javaClass Implements the ASN.1 Ticket type.
TicketFlags.javaClass Implements the ASN.1TicketFlags type.
TransitedEncoding.javaClass Implements the ASN.1 TransitedEncoding type.
UDPClient.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.