Java Doc for LDAPSecurityConstants.java in  » Web-Framework » TURBINE » org » apache » turbine » services » security » ldap » 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 » Web Framework » TURBINE » org.apache.turbine.services.security.ldap 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.turbine.services.security.ldap.LDAPSecurityConstants

LDAPSecurityConstants
public class LDAPSecurityConstants (Code)

This is a static class for defining the default ldap confiquration keys used by core Turbine components.


author:
   Jason van Zyl
author:
   Humberto Hernandez
version:
   $Id: LDAPSecurityConstants.java 534527 2007-05-02 16:10:59Z tv $


Field Summary
final public static  StringLDAP_ADMIN_PASSWORD_KEY
    
final public static  StringLDAP_ADMIN_USERNAME_KEY
    
final public static  StringLDAP_AUTH_DEFAULT
    
final public static  StringLDAP_AUTH_KEY
    
final public static  StringLDAP_BASE_SEARCH_KEY
    
final public static  StringLDAP_HOST_DEFAULT
    
final public static  StringLDAP_HOST_KEY
    
final public static  StringLDAP_PORT_DEFAULT
    
final public static  StringLDAP_PORT_KEY
    
final public static  StringLDAP_PROVIDER_DEFAULT
    
final public static  StringLDAP_PROVIDER_KEY
    
final public static  StringLDAP_USER_EMAIL_DEFAULT
    
final public static  StringLDAP_USER_EMAIL_KEY
    
final public static  StringLDAP_USER_FIRSTNAME_DEFAULT
    
final public static  StringLDAP_USER_FIRSTNAME_KEY
    
final public static  StringLDAP_USER_LASTNAME_DEFAULT
    
final public static  StringLDAP_USER_LASTNAME_KEY
    
final public static  StringLDAP_USER_PASSWORD_DEFAULT
    
final public static  StringLDAP_USER_PASSWORD_KEY
    
final public static  StringLDAP_USER_USERID_DEFAULT
    
final public static  StringLDAP_USER_USERID_KEY
    
final public static  StringLDAP_USER_USERNAME_DEFAULT
    
final public static  StringLDAP_USER_USERNAME_KEY
    


Method Summary
public static  StringgetAdminPassword()
     Get the value of the property for the administration password.
public static  StringgetAdminUsername()
     Get the value of the property for the administration username.
public static  StringgetBaseSearch()
     Get value of the property for the Base Search.
public static  StringgetEmailAttribute()
     Get the value of the E-Mail Attribute.
public static  StringgetFirstNameAttribute()
     Get the value of the Firstname Attribute.
public static  StringgetLDAPAuthentication()
     Get the value of the property for the Authentication mechanism.
public static  StringgetLDAPHost()
     Get the value of the property for the LDAP Host.
public static  StringgetLDAPPort()
     Get the value of the property for the LDAP Port.
public static  StringgetLDAPProvider()
     Get the value of the property for the LDAP Provider.
public static  StringgetLastNameAttribute()
     Get the value of the Lastname Attribute.
public static  StringgetNameAttribute()
     Get the value of the Username Attribute.
public static  StringgetPasswordAttribute()
     Get the value of the Password Attribute.
public static  PropertiesgetProperties()
     Get all the properties for the security service.
public static  StringgetProperty(String key)
     Get a property from the LDAP security service.
Parameters:
  key - The key to access the value of the property.
public static  StringgetProperty(String key, String defaultValue)
     Get a property from the LDAP security service.
Parameters:
  key - The key to access the value of the property.
Parameters:
  defaultValue - The value that the property takeswhen it doesn't exist.
public static  StringgetUserIdAttribute()
     Get the value of the User id Attribute.
public static  StringgetUserNameAttribute()
     Get the value of the Username Attribute.

Field Detail
LDAP_ADMIN_PASSWORD_KEY
final public static String LDAP_ADMIN_PASSWORD_KEY(Code)
Property key



LDAP_ADMIN_USERNAME_KEY
final public static String LDAP_ADMIN_USERNAME_KEY(Code)
Property key



LDAP_AUTH_DEFAULT
final public static String LDAP_AUTH_DEFAULT(Code)
Property default value



LDAP_AUTH_KEY
final public static String LDAP_AUTH_KEY(Code)
Property key



LDAP_BASE_SEARCH_KEY
final public static String LDAP_BASE_SEARCH_KEY(Code)
Property key



LDAP_HOST_DEFAULT
final public static String LDAP_HOST_DEFAULT(Code)
Property default value



LDAP_HOST_KEY
final public static String LDAP_HOST_KEY(Code)
Property key



LDAP_PORT_DEFAULT
final public static String LDAP_PORT_DEFAULT(Code)
Property default value



LDAP_PORT_KEY
final public static String LDAP_PORT_KEY(Code)
Property key



LDAP_PROVIDER_DEFAULT
final public static String LDAP_PROVIDER_DEFAULT(Code)
Property default value



LDAP_PROVIDER_KEY
final public static String LDAP_PROVIDER_KEY(Code)
Property key



LDAP_USER_EMAIL_DEFAULT
final public static String LDAP_USER_EMAIL_DEFAULT(Code)
Property default value



LDAP_USER_EMAIL_KEY
final public static String LDAP_USER_EMAIL_KEY(Code)
Property key



LDAP_USER_FIRSTNAME_DEFAULT
final public static String LDAP_USER_FIRSTNAME_DEFAULT(Code)
Property default value



LDAP_USER_FIRSTNAME_KEY
final public static String LDAP_USER_FIRSTNAME_KEY(Code)
Property key



LDAP_USER_LASTNAME_DEFAULT
final public static String LDAP_USER_LASTNAME_DEFAULT(Code)
Property default value



LDAP_USER_LASTNAME_KEY
final public static String LDAP_USER_LASTNAME_KEY(Code)
Property key



LDAP_USER_PASSWORD_DEFAULT
final public static String LDAP_USER_PASSWORD_DEFAULT(Code)
Property default value



LDAP_USER_PASSWORD_KEY
final public static String LDAP_USER_PASSWORD_KEY(Code)
Property key



LDAP_USER_USERID_DEFAULT
final public static String LDAP_USER_USERID_DEFAULT(Code)
Property default value



LDAP_USER_USERID_KEY
final public static String LDAP_USER_USERID_KEY(Code)
Property key



LDAP_USER_USERNAME_DEFAULT
final public static String LDAP_USER_USERNAME_DEFAULT(Code)
Property default value



LDAP_USER_USERNAME_KEY
final public static String LDAP_USER_USERNAME_KEY(Code)
Property key





Method Detail
getAdminPassword
public static String getAdminPassword()(Code)
Get the value of the property for the administration password. the value of the property.



getAdminUsername
public static String getAdminUsername()(Code)
Get the value of the property for the administration username. the value of the property.



getBaseSearch
public static String getBaseSearch()(Code)
Get value of the property for the Base Search. the value of the property.



getEmailAttribute
public static String getEmailAttribute()(Code)
Get the value of the E-Mail Attribute. the value of the property.



getFirstNameAttribute
public static String getFirstNameAttribute()(Code)
Get the value of the Firstname Attribute. the value of the property.



getLDAPAuthentication
public static String getLDAPAuthentication()(Code)
Get the value of the property for the Authentication mechanism. Valid values are: none, simple, the value of the property.



getLDAPHost
public static String getLDAPHost()(Code)
Get the value of the property for the LDAP Host. the value of the property.



getLDAPPort
public static String getLDAPPort()(Code)
Get the value of the property for the LDAP Port. the value of the property.



getLDAPProvider
public static String getLDAPProvider()(Code)
Get the value of the property for the LDAP Provider. the value of the property.



getLastNameAttribute
public static String getLastNameAttribute()(Code)
Get the value of the Lastname Attribute. the value of the property.



getNameAttribute
public static String getNameAttribute()(Code)
Get the value of the Username Attribute. the value of the property.



getPasswordAttribute
public static String getPasswordAttribute()(Code)
Get the value of the Password Attribute. the value of the property.



getProperties
public static Properties getProperties()(Code)
Get all the properties for the security service. all the properties of the security service.



getProperty
public static String getProperty(String key)(Code)
Get a property from the LDAP security service.
Parameters:
  key - The key to access the value of the property. The value of the property.



getProperty
public static String getProperty(String key, String defaultValue)(Code)
Get a property from the LDAP security service.
Parameters:
  key - The key to access the value of the property.
Parameters:
  defaultValue - The value that the property takeswhen it doesn't exist. The value of the property.



getUserIdAttribute
public static String getUserIdAttribute()(Code)
Get the value of the User id Attribute. the value of the property.



getUserNameAttribute
public static String getUserNameAttribute()(Code)
Get the value of the Username Attribute. the value of the property.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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