Package org.entur.jwt.client.properties
Class AbstractJwtClientProperties
java.lang.Object
org.entur.jwt.client.properties.AbstractJwtClientProperties
- Direct Known Subclasses:
Auth0JwtClientProperties,GenericJwtClientProperties,KeycloakJwtClientProperties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()getHost()intgetPort()getScope()booleanbooleanisHealth()booleanvoidsetAudience(String audience) voidsetCache(JwtClientCache cache) voidsetClientId(String clientId) voidsetEnabled(boolean enabled) voidsetHealth(boolean health) voidvoidsetPort(int port) voidsetProtocol(String protocol) voidsetRetrying(boolean retrying) voidvoid
-
Field Details
-
enabled
protected boolean enabled -
clientId
-
secret
-
audience
-
scope
-
protocol
-
port
protected int port -
host
-
retrying
protected boolean retrying -
health
protected boolean health -
cache
-
-
Constructor Details
-
AbstractJwtClientProperties
public AbstractJwtClientProperties()
-
-
Method Details
-
getClientId
-
setClientId
-
getSecret
-
setSecret
-
getAudience
-
setAudience
-
getProtocol
-
setProtocol
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getHost
-
setHost
-
getCache
-
setCache
-
getScope
-
setScope
-
setRetrying
public void setRetrying(boolean retrying) -
isRetrying
public boolean isRetrying() -
setEnabled
public void setEnabled(boolean enabled) -
isEnabled
public boolean isEnabled() -
isHealth
public boolean isHealth() -
setHealth
public void setHealth(boolean health)
-