Package org.entur.jwt.client.properties
Class GenericJwtClientProperties
java.lang.Object
org.entur.jwt.client.properties.AbstractJwtClientProperties
org.entur.jwt.client.properties.GenericJwtClientProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClientCredentialsRequestFormat(GenericJwtClientProperties.ClientCredentialsRequestFormat clientCredentialsRequestFormat) voidsetIssuePath(String issuePath) voidsetRefreshPath(String refreshPath) voidsetRevokePath(String revokePath) Methods inherited from class org.entur.jwt.client.properties.AbstractJwtClientProperties
getAudience, getCache, getClientId, getHost, getPort, getProtocol, getScope, getSecret, isEnabled, isHealth, isRetrying, setAudience, setCache, setClientId, setEnabled, setHealth, setHost, setPort, setProtocol, setRetrying, setScope, setSecret
-
Field Details
-
issuePath
-
refreshPath
-
revokePath
-
clientCredentialsRequestFormat
-
-
Constructor Details
-
GenericJwtClientProperties
public GenericJwtClientProperties()
-
-
Method Details
-
getIssuePath
-
setIssuePath
-
getRefreshPath
-
setRefreshPath
-
getRevokePath
-
setRevokePath
-
getClientCredentialsRequestFormat
public GenericJwtClientProperties.ClientCredentialsRequestFormat getClientCredentialsRequestFormat() -
setClientCredentialsRequestFormat
public void setClientCredentialsRequestFormat(GenericJwtClientProperties.ClientCredentialsRequestFormat clientCredentialsRequestFormat)
-