| Class | Description |
|---|---|
| AbstractTokenService<T extends Token,K> |
Created by The eXo Platform SAS Author : liem.nguyen ncliam@gmail.com Jun 5, 2009
todo julien : - make delay configuration from init param and @Managed setter - start/stop expiration daemon - manually invoke
the daemon via @Managed
|
| AutoReseedRandom |
Subclass of
SecureRandom which is able to reseed itself every reseedingPeriod milliseconds. |
| CookieToken |
Data obejct with parsing and serializing functionality.
|
| CookieTokenService |
Created by The eXo Platform SAS Author : liem.nguyen ncliam@gmail.com Jun 5, 2009
|
| HashedToken |
HashedToken is done as mixin to stay backwards compatible.
|
| PlainTokenService<T extends Token,K> |
An abstraction layer adding
PlainTokenService.getAllTokens(). |
| RemindPasswordTokenService | |
| SecureRandomService |
A central service for getting a
SecureRandom that is granted to be reseeded regularly. |
| TokenContainer | |
| TokenEntry | |
| TransientTokenService |
Created by The eXo Platform SAS Author : liem.nguyen ncliam@gmail.com Jun 5, 2009
|
| Exception | Description |
|---|---|
| TokenException | |
| TokenExistsException |
Exception is thrown if there is attempt to create token with ID, which already exists in the token container
|
| TokenParseException | |
| TokenServiceInitializationException |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.