|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
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. |
org.silverpeas.web.token |
Uses of Token in org.silverpeas.token |
---|
Methods in org.silverpeas.token with type parameters of type Token | ||
---|---|---|
|
TokenGenerator.generate(TokenGenerationParameter... parameter)
Generates a new token by taking into account any of the specified generation parameters. |
|
|
TokenGenerator.renew(T token)
Renews the specified token. |
Method parameters in org.silverpeas.token with type arguments of type Token | |
---|---|
static TokenGenerator |
TokenGeneratorProvider.getTokenGenerator(Class<? extends Token> type)
Gets the generator mapped with the specified token type. |
Uses of Token in org.silverpeas.token.persistent |
---|
Classes in org.silverpeas.token.persistent that implement Token | |
---|---|
class |
PersistentResourceToken
A persistent token used to identify uniquely a resource. |
Methods in org.silverpeas.token.persistent with type parameters of type Token | ||
---|---|---|
|
PersistentResourceTokenGenerator.renew(T token)
|
Uses of Token in org.silverpeas.token.synchronizer |
---|
Classes in org.silverpeas.token.synchronizer that implement Token | |
---|---|
class |
SynchronizerToken
A synchronizer token is for protecting a user session or a Web resource. |
Methods in org.silverpeas.token.synchronizer with type parameters of type Token | ||
---|---|---|
|
SynchronizerTokenGenerator.renew(T token)
Renews the specified token. |
Uses of Token in org.silverpeas.web.token |
---|
Methods in org.silverpeas.web.token that return Token | |
---|---|
Token |
SynchronizerTokenService.getNavigationToken(javax.servlet.http.HttpServletRequest request)
Gets the current one-time synchronizer token used to protect the web navigation within which the specified request is sent. |
Token |
SynchronizerTokenService.getSessionToken(javax.servlet.http.HttpServletRequest request)
Gets the synchronizer token used to protect the session of the user behind the specified request. |
Token |
SynchronizerTokenService.getSessionToken(SessionInfo session)
Gets the synchronizer token used to protect the specified user session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |