Klasse LocalIntrospectionConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.LocalIntrospectionConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LocalIntrospectionConfig
extends Object
LocalIntrospectionConfig
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Select the certificate from the truststore that is used to validate the token.protected String
Third party issuer descriptionprotected String
Third party issuer nameprotected String
JSON Web Key URIprotected String
The truststore to be used by API Gateway when validating the token issued by the authorization server. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
LocalIntrospectionConfig
(String certificateAlias, String description, String issuer, String jwksuri, String trustStoreAlias) Constructs a validated instance ofLocalIntrospectionConfig
.Constructs a validated instance ofLocalIntrospectionConfig
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
Select the certificate from the truststore that is used to validate the token.certificateAlias
(String certificateAlias) Select the certificate from the truststore that is used to validate the token.Third party issuer descriptiondescription
(String description) Third party issuer descriptionboolean
int
hashCode()
issuer()
Third party issuer nameThird party issuer namejwksuri()
JSON Web Key URIJSON Web Key URItoString()
The truststore to be used by API Gateway when validating the token issued by the authorization server.trustStoreAlias
(String trustStoreAlias) The truststore to be used by API Gateway when validating the token issued by the authorization server.
-
Felddetails
-
certificateAlias
Select the certificate from the truststore that is used to validate the token. -
description
Third party issuer description -
issuer
Third party issuer name -
jwksuri
JSON Web Key URI -
trustStoreAlias
The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates
-
-
Konstruktordetails
-
LocalIntrospectionConfig
Constructs a validated instance ofLocalIntrospectionConfig
.- Parameter:
spec
- the specification to process
-
LocalIntrospectionConfig
@Internal public LocalIntrospectionConfig(String certificateAlias, String description, String issuer, String jwksuri, String trustStoreAlias) Constructs a validated instance ofLocalIntrospectionConfig
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LocalIntrospectionConfig(Consumer)
instead.- Parameter:
certificateAlias
- Select the certificate from the truststore that is used to validate the token.description
- Third party issuer descriptionissuer
- Third party issuer namejwksuri
- JSON Web Key URItrustStoreAlias
- The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates
-
LocalIntrospectionConfig
protected LocalIntrospectionConfig()
-
-
Methodendetails
-
builder
-
certificateAlias
Select the certificate from the truststore that is used to validate the token. -
description
Third party issuer description -
issuer
Third party issuer name -
jwksuri
JSON Web Key URI -
trustStoreAlias
The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates -
certificateAlias
Select the certificate from the truststore that is used to validate the token.- Gibt zurück:
this
.
-
description
Third party issuer description- Gibt zurück:
this
.
-
issuer
Third party issuer name- Gibt zurück:
this
.
-
jwksuri
JSON Web Key URI- Gibt zurück:
this
.
-
trustStoreAlias
The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-