Klasse OpenIDConnectRSAuthStrategy
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.OpenIDConnectRSAuthStrategy
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OpenIDConnectRSAuthStrategy
extends Object
OpenIDConnectRSAuthStrategy
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The type of the strategy -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
protected String
The name of the authorization server aliasprotected String
protected ClientRegistration
protected DynamicClientRegistrationConfig
protected String
protected String
A unique ID for the strategyprotected JWTAuthStrategy
protected String
The name of the strategyprotected Node
protected OpenIDConnectRSAuthStrategy.TypeEnum
The type of the strategy -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
OpenIDConnectRSAuthStrategy
(String audience, String authServerAlias, String clientId, ClientRegistration clientRegistration, DynamicClientRegistrationConfig dcrConfig, String description, String id, JWTAuthStrategy jwtAuthStrategy, String name, Node primaryNode, OpenIDConnectRSAuthStrategy.TypeEnum type) Constructs a validated instance ofOpenIDConnectRSAuthStrategy
.Constructs a validated instance ofOpenIDConnectRSAuthStrategy
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaudience()
The name of the authorization server aliasauthServerAlias
(String authServerAlias) The name of the authorization server aliasbuilder()
protected boolean
clientId()
clientRegistration
(ClientRegistration clientRegistration) dcrConfig
(DynamicClientRegistrationConfig dcrConfig) description
(String description) boolean
int
hashCode()
id()
A unique ID for the strategyA unique ID for the strategyjwtAuthStrategy
(JWTAuthStrategy jwtAuthStrategy) name()
The name of the strategyThe name of the strategyprimaryNode
(Node primaryNode) toString()
type()
The type of the strategyThe type of the strategy
-
Felddetails
-
audience
-
authServerAlias
The name of the authorization server alias -
clientId
-
clientRegistration
-
dcrConfig
-
description
-
id
A unique ID for the strategy -
jwtAuthStrategy
-
name
The name of the strategy -
-
type
The type of the strategy
-
-
Konstruktordetails
-
OpenIDConnectRSAuthStrategy
Constructs a validated instance ofOpenIDConnectRSAuthStrategy
.- Parameter:
spec
- the specification to process
-
OpenIDConnectRSAuthStrategy
@Internal public OpenIDConnectRSAuthStrategy(String audience, String authServerAlias, String clientId, ClientRegistration clientRegistration, DynamicClientRegistrationConfig dcrConfig, String description, String id, JWTAuthStrategy jwtAuthStrategy, String name, Node primaryNode, OpenIDConnectRSAuthStrategy.TypeEnum type) Constructs a validated instance ofOpenIDConnectRSAuthStrategy
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OpenIDConnectRSAuthStrategy(Consumer)
instead.- Parameter:
audience
- audienceauthServerAlias
- The name of the authorization server aliasclientId
- clientIdclientRegistration
- clientRegistrationdcrConfig
- dcrConfigdescription
- descriptionid
- A unique ID for the strategyjwtAuthStrategy
- jwtAuthStrategyname
- The name of the strategyprimaryNode
- primaryNodetype
- The type of the strategy
-
OpenIDConnectRSAuthStrategy
protected OpenIDConnectRSAuthStrategy()
-
-
Methodendetails
-
builder
-
audience
-
authServerAlias
The name of the authorization server alias -
clientId
-
clientRegistration
-
dcrConfig
-
description
-
id
A unique ID for the strategy -
jwtAuthStrategy
-
name
The name of the strategy -
primaryNode
-
type
The type of the strategy -
audience
- Gibt zurück:
this
.
-
authServerAlias
The name of the authorization server alias- Gibt zurück:
this
.
-
clientId
- Gibt zurück:
this
.
-
clientRegistration
- Gibt zurück:
this
.
-
dcrConfig
- Gibt zurück:
this
.
-
description
- Gibt zurück:
this
.
-
id
A unique ID for the strategy- Gibt zurück:
this
.
-
jwtAuthStrategy
- Gibt zurück:
this
.
-
name
The name of the strategy- Gibt zurück:
this
.
-
primaryNode
- Gibt zurück:
this
.
-
type
The type of the strategy- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-