| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenGenerationParameter | |
|---|---|
| org.silverpeas.token | Provides an API to generate and to handle tokens of different kinds. | 
| org.silverpeas.token.persistent | Provides a type of tokens that are persisted in a data source and that are mapped with a resource managed in Silverpeas. | 
| org.silverpeas.token.synchronizer | Provides an implementation of the Synchronizer Token pattern to secure user sessions or protected resources in Silverpeas by using a mechanism based upon tokens. | 
| Uses of TokenGenerationParameter in org.silverpeas.token | 
|---|
| Methods in org.silverpeas.token that return TokenGenerationParameter | ||
|---|---|---|
|  TokenGenerationParameter[] | TokenGenerationParameter.Builder.build()Builds the chain of token generation parameters. | |
| static
 | TokenGenerationParameter.params(String key,
       T value)Convenient method to create a generation parameter. | |
| Methods in org.silverpeas.token with parameters of type TokenGenerationParameter | ||
|---|---|---|
| 
 | TokenGenerator.generate(TokenGenerationParameter... parameter)Generates a new token by taking into account any of the specified generation parameters. | |
| Uses of TokenGenerationParameter in org.silverpeas.token.persistent | 
|---|
| Methods in org.silverpeas.token.persistent with parameters of type TokenGenerationParameter | |
|---|---|
|  PersistentResourceToken | PersistentResourceTokenGenerator.generate(TokenGenerationParameter... parameters) | 
| Uses of TokenGenerationParameter in org.silverpeas.token.synchronizer | 
|---|
| Methods in org.silverpeas.token.synchronizer with parameters of type TokenGenerationParameter | |
|---|---|
|  SynchronizerToken | SynchronizerTokenGenerator.generate(TokenGenerationParameter... parameters)Generates a new token by taking into account any of the specified generation parameters. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||