org.openharmonise.him.authentication |
Provides classes for authentication services. This package provides both local and
remote authentication services.
|
Java Source File Name | Type | Comment |
HarmoniseAuthenticationStore.java | Class | Provides authentication services against a Harmonise server. |
LocalAuthenticationStore.java | Class | This class handles all the authentication work for the local
Content Manager application. |
LoginSequence.java | Class | Wraps all the logic for the login sequence. |
PBE.java | Class | Class which encrypts and decrypts plain text using PBEWithMD5AndDES. |