|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.token.TokenGenerationParameter.Builder
public static class TokenGenerationParameter.Builder
A builder of a chain of different token generation parameters.
Method Summary | ||
---|---|---|
TokenGenerationParameter[] |
build()
Builds the chain of token generation parameters. |
|
|
params(String key,
T value)
Adds a new configuration parameter in the chain build. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public <T> TokenGenerationParameter.Builder params(String key, T value)
T
- the type of the parameter value.key
- the parameter key.value
- the parameter value.
public TokenGenerationParameter[] build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |