public abstract class PlainTokenService<T extends Token,K> extends AbstractTokenService<T,K>
getAllTokens(). It was necessary to create this because getAllTokens() needed
to be removed from CookieTokenService as it has no significance when the tokens are salt-hashed.CLEANUP_PERIOD_TIME, DEFAULT_TOKEN_BYTE_LENGTH, delay_time, log, name, SERVICE_CONFIG, tokenByteLength, validityMillis| Constructor and Description |
|---|
PlainTokenService(org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanExpiredTokens() |
abstract K[] |
getAllTokens() |
decodeKey, deleteToken, getInstance, getName, getPeriodTime, getToken, getValidityTime, nextRandom, nextTokenId, size, start, stop, validateTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTokenpublic PlainTokenService(org.exoplatform.container.xml.InitParams initParams)
throws TokenServiceInitializationException
initParams - TokenServiceInitializationExceptionpublic void cleanExpiredTokens()
cleanExpiredTokens in class AbstractTokenService<T extends Token,K>public abstract K[] getAllTokens()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.