|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenException | |
|---|---|
| com.silverpeas.web.mock | |
| org.silverpeas.token.exception | Provides exceptions the Token API can throw when an error is encountered. |
| 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.persistent.service | Provides a service around the persistent tokens to easily generate and get them. |
| Uses of TokenException in com.silverpeas.web.mock |
|---|
| Methods in com.silverpeas.web.mock that throw TokenException | |
|---|---|
PersistentResourceToken |
TokenServiceMockWrapper.initialize(EntityReference ref)
|
| Uses of TokenException in org.silverpeas.token.exception |
|---|
| Subclasses of TokenException in org.silverpeas.token.exception | |
|---|---|
class |
TokenValidationException
An exception that is thrown when a token validation fails. |
| Uses of TokenException in org.silverpeas.token.persistent |
|---|
| Methods in org.silverpeas.token.persistent that throw TokenException | |
|---|---|
static PersistentResourceToken |
PersistentResourceToken.createToken(EntityReference resource)
Creates a token for the specified resource. |
static PersistentResourceToken |
PersistentResourceToken.getOrCreateToken(EntityReference resource)
Gets a token for the specified resource and creates it if it doesn't exist. |
| Uses of TokenException in org.silverpeas.token.persistent.service |
|---|
| Methods in org.silverpeas.token.persistent.service that throw TokenException | |
|---|---|
PersistentResourceToken |
DefaultTokenService.initialize(EntityReference resource)
|
PersistentResourceToken |
PersistentResourceTokenService.initialize(EntityReference resource)
Initializes the token of the resource referred by the specified EntityReference. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||