SELF - The subclass type of the Builder.T - The subclass type of the CustomTokenProvider.protected static interface CustomTokenProvider.Builder<SELF extends CustomTokenProvider.Builder<SELF,T>,T extends CustomTokenProvider>
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Builds the instance of the CustomTokenProvider.
|
SELF |
withSchemeName(java.lang.String schemeName)
Sets the scheme name for the CustomTokenProvider.
|
SELF withSchemeName(java.lang.String schemeName)
schemeName - The scheme name for the CustomTokenProvider.T build()