|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentResourceToken | |
---|---|
com.silverpeas.web.mock | |
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.repository | Provides a repository to access the tokens in a data source. |
org.silverpeas.token.persistent.service | Provides a service around the persistent tokens to easily generate and get them. |
Uses of PersistentResourceToken in com.silverpeas.web.mock |
---|
Methods in com.silverpeas.web.mock that return PersistentResourceToken | |
---|---|
PersistentResourceToken |
TokenServiceMockWrapper.get(EntityReference ref)
|
PersistentResourceToken |
TokenServiceMockWrapper.get(String tokenValue)
|
PersistentResourceToken |
TokenServiceMockWrapper.initialize(EntityReference ref)
|
Uses of PersistentResourceToken in org.silverpeas.token.persistent |
---|
Fields in org.silverpeas.token.persistent declared as PersistentResourceToken | |
---|---|
static PersistentResourceToken |
PersistentResourceToken.NoneToken
Represents none token to replace in more typing way the null keyword. |
Methods in org.silverpeas.token.persistent that return PersistentResourceToken | |
---|---|
static PersistentResourceToken |
PersistentResourceToken.createToken(EntityReference resource)
Creates a token for the specified resource. |
static PersistentResourceToken |
PersistentResourceTokenBuilder.createToken(EntityReference ref,
String value)
|
PersistentResourceToken |
PersistentResourceTokenGenerator.generate(TokenGenerationParameter... parameters)
|
static PersistentResourceToken |
PersistentResourceToken.getOrCreateToken(EntityReference resource)
Gets a token for the specified resource and creates it if it doesn't exist. |
static PersistentResourceToken |
PersistentResourceToken.getToken(String token)
Gets a the token from the specified value. |
Uses of PersistentResourceToken in org.silverpeas.token.persistent.repository |
---|
Methods in org.silverpeas.token.persistent.repository that return PersistentResourceToken | |
---|---|
PersistentResourceToken |
PersistentResourceTokenRepository.getByToken(String token)
|
PersistentResourceToken |
PersistentResourceTokenRepository.getByTypeAndResourceId(String type,
String resourceId)
|
Uses of PersistentResourceToken in org.silverpeas.token.persistent.service |
---|
Methods in org.silverpeas.token.persistent.service that return PersistentResourceToken | |
---|---|
PersistentResourceToken |
DefaultTokenService.get(EntityReference resource)
|
PersistentResourceToken |
PersistentResourceTokenService.get(EntityReference resource)
Gets the token of the resource referred by the specified EntityReference . |
PersistentResourceToken |
DefaultTokenService.get(String token)
|
PersistentResourceToken |
PersistentResourceTokenService.get(String token)
Gets the token with the specified value from the data source. |
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 |