Package org.silverpeas.core.security.token
Provides an API to generate and to handle tokens of different kinds. Usually a token is used for
security reason to either validate the access to a resource or identify a user, a group of users
or another resource in Silverpeas. With each type of token is associated a generator of such
tokens. The generator embeds the generation policy.
-
Interface Summary Interface Description Token A token in Silverpeas is an atom or a symbol, encoded in a String, that is either used to identify uniquely a resource or to stamp a resource for security reason.TokenGenerator A generator of tokens. -
Class Summary Class Description TokenGenerationParameter<T> Parameters for customizing the generation of a token.TokenGenerationParameter.Builder A builder of a chain of different token generation parameters.TokenGeneratorProvider A provider of a token generator according to the type of tokens to generate.