Class IssuerProperties
java.lang.Object
no.nav.security.token.support.core.configuration.IssuerProperties
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.IssuerProperties(URL discoveryUrl) IssuerProperties(URL discoveryUrl, List<String> acceptedAudience) IssuerProperties(URL discoveryUrl, List<String> acceptedAudience, String cookieName) IssuerProperties(URL discoveryUrl, List<String> acceptedAudience, String cookieName, String headerName) IssuerProperties(URL discoveryUrl, List<String> acceptedAudience, String cookieName, String headerName, IssuerProperties.Validation validation, IssuerProperties.JwksCache jwksCache) IssuerProperties(URL discoveryUrl, IssuerProperties.JwksCache jwksCache) IssuerProperties(URL discoveryUrl, IssuerProperties.Validation validation) IssuerProperties(URL discoveryUrl, IssuerProperties.Validation validation, IssuerProperties.JwksCache jwksCache) -
Method Summary
Modifier and TypeMethodDescription@NotNull URLbooleanvoidsetAcceptedAudience(List<String> acceptedAudience) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCookieName(String cookieName) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDiscoveryUrl(@NotNull URL discoveryUrl) Deprecated, for removal: This API element is subject to removal in a future version.voidsetHeaderName(String headerName) Deprecated, for removal: This API element is subject to removal in a future version.voidsetJwksCache(IssuerProperties.JwksCache jwksCache) Deprecated, for removal: This API element is subject to removal in a future version.voidsetProxyUrl(URL proxyUrl) Deprecated, for removal: This API element is subject to removal in a future version.voidsetUsePlaintextForHttps(boolean usePlaintextForHttps) voidsetValidation(IssuerProperties.Validation validation) Deprecated, for removal: This API element is subject to removal in a future version.toString()
-
Constructor Details
-
IssuerProperties
-
IssuerProperties
-
IssuerProperties
-
IssuerProperties
-
IssuerProperties
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDiscoveryUrl
-
getAcceptedAudience
-
getCookieName
-
getHeaderName
-
getProxyUrl
-
isUsePlaintextForHttps
public boolean isUsePlaintextForHttps() -
getValidation
-
getJwksCache
-
setDiscoveryUrl
@Deprecated(since="3.1.2", forRemoval=true) public void setDiscoveryUrl(@NotNull @NotNull URL discoveryUrl) Deprecated, for removal: This API element is subject to removal in a future version. -
setAcceptedAudience
@Deprecated(since="3.1.2", forRemoval=true) public void setAcceptedAudience(List<String> acceptedAudience) Deprecated, for removal: This API element is subject to removal in a future version. -
setCookieName
Deprecated, for removal: This API element is subject to removal in a future version. -
setHeaderName
Deprecated, for removal: This API element is subject to removal in a future version. -
setProxyUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
setUsePlaintextForHttps
public void setUsePlaintextForHttps(boolean usePlaintextForHttps) -
toString
-