Klasse TokenGeneratorConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.TokenGeneratorConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TokenGeneratorConfig
extends Object
TokenGeneratorConfig
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTokenGeneratorConfig(Integer accessTokenExpInterval, TokenGeneratorConfig.AlgorithmEnum algorithm, String audience, Integer authCodeExpInterval, Boolean enforcePKCE, Long expiry) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanExpiry interval in seconds for the generated access tokenType of algorithm that needs to be used for signing the JWTDefault audience value that needs to be added in the generated JWTExpiry interval in seconds for the generated authorization code in Authorization code grant typeGlobal option to apply PKCE security, for the public clients using authorization code grant type.Expiry interval of the JWT in minutesinthashCode()voidsetAccessTokenExpInterval(Integer accessTokenExpInterval) Expiry interval in seconds for the generated access tokenvoidsetAlgorithm(TokenGeneratorConfig.AlgorithmEnum algorithm) Type of algorithm that needs to be used for signing the JWTvoidsetAudience(String audience) Default audience value that needs to be added in the generated JWTvoidsetAuthCodeExpInterval(Integer authCodeExpInterval) Expiry interval in seconds for the generated authorization code in Authorization code grant typevoidsetEnforcePKCE(Boolean enforcePKCE) Global option to apply PKCE security, for the public clients using authorization code grant type.voidExpiry interval of the JWT in minutestoString()
-
Konstruktordetails
-
TokenGeneratorConfig
-
TokenGeneratorConfig
public TokenGeneratorConfig()
-
-
Methodendetails
-
getAccessTokenExpInterval
Expiry interval in seconds for the generated access token -
getAlgorithm
Type of algorithm that needs to be used for signing the JWT -
getAudience
Default audience value that needs to be added in the generated JWT -
getAuthCodeExpInterval
Expiry interval in seconds for the generated authorization code in Authorization code grant type -
getEnforcePKCE
Global option to apply PKCE security, for the public clients using authorization code grant type. Applicable only for local auth server -
getExpiry
Expiry interval of the JWT in minutes -
setAccessTokenExpInterval
Expiry interval in seconds for the generated access token -
setAlgorithm
Type of algorithm that needs to be used for signing the JWT -
setAudience
Default audience value that needs to be added in the generated JWT -
setAuthCodeExpInterval
Expiry interval in seconds for the generated authorization code in Authorization code grant type -
setEnforcePKCE
Global option to apply PKCE security, for the public clients using authorization code grant type. Applicable only for local auth server -
setExpiry
Expiry interval of the JWT in minutes -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-