| 
 | Cumulus4j API (1.2.0-SNAPSHOT) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationException | |
|---|---|
| org.cumulus4j.keymanager.api | API for accessing the key manager. | 
| org.cumulus4j.keymanager.api.internal.local | Internal (non-API) package containing implementation code specifically for a local KeyStore. | 
| org.cumulus4j.keymanager.api.internal.remote | Internal (non-API) package containing implementation code specifically for a remote key server. | 
| Uses of AuthenticationException in org.cumulus4j.keymanager.api | 
|---|
| Methods in org.cumulus4j.keymanager.api that throw AuthenticationException | |
|---|---|
|  String | CryptoSession.acquire()Acquire an unlocked underlying real session. | 
|  void | DefaultKeyManagerAPI.deleteUser(String userName) | 
|  void | KeyManagerAPI.deleteUser(String userName)Delete a user. | 
|  CryptoSession | DefaultKeyManagerAPI.getCryptoSession(String appServerBaseURL) | 
|  CryptoSession | KeyManagerAPI.getCryptoSession(String appServerBaseURL)Get a session for a certain application server. | 
|  void | DefaultKeyManagerAPI.putUser(String userName,
               char[] password) | 
|  void | KeyManagerAPI.putUser(String userName,
               char[] password)Create a new user or change an existing user's password. | 
|  void | CryptoSession.release()Release the session, after it was previously acquired. | 
| Uses of AuthenticationException in org.cumulus4j.keymanager.api.internal.local | 
|---|
| Methods in org.cumulus4j.keymanager.api.internal.local that throw AuthenticationException | |
|---|---|
|  String | LocalCryptoSession.acquire() | 
|  void | LocalKeyManagerAPI.deleteUser(String userName) | 
|  CryptoSession | LocalKeyManagerAPI.getCryptoSession(String appServerBaseURL) | 
|  void | LocalKeyManagerAPI.putUser(String userName,
               char[] password) | 
|  void | LocalCryptoSession.release() | 
| Uses of AuthenticationException in org.cumulus4j.keymanager.api.internal.remote | 
|---|
| Methods in org.cumulus4j.keymanager.api.internal.remote that throw AuthenticationException | |
|---|---|
|  String | RemoteCryptoSession.acquire() | 
|  void | RemoteKeyManagerAPI.deleteUser(String userName) | 
|  CryptoSession | RemoteKeyManagerAPI.getCryptoSession(String appServerBaseURL) | 
|  void | RemoteKeyManagerAPI.putUser(String userName,
               char[] password) | 
|  void | RemoteCryptoSession.release() | 
| protected static void | RemoteKeyManagerAPI.throwUniformInterfaceExceptionAsAuthenticationException(com.sun.jersey.api.client.UniformInterfaceException x) | 
| 
 | Cumulus4j API (1.2.0-SNAPSHOT) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||