summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/authentication/AuthToken.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactored PKI JNDI realm.Endi Sukma Dewata2012-07-311-0/+4
| | | | | | | | | The PKI JNDI realm has been modified to utilize the authentication and authorization subsystems in PKI engine directly. It's no longer necessary to define the LDAP connection settings in Tomcat's configuration files. Ticket #126
* Fixes for NULL_RETURNS Coverity Issues - Part 2Abhishek Koneru2012-06-141-31/+17
|
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-091-9/+9
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-261-0/+451
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131