Klasse JWTAuthStrategy
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.JWTAuthStrategy
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JWTAuthStrategy
extends Object
JWTAuthStrategy
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The type of the strategy -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JWTAuthStrategy
(String audience, String authServerAlias, String description, String id, String name, Node primaryNode, JWTAuthStrategy.TypeEnum type) Constructs a validated instance ofJWTAuthStrategy
.Constructs a validated instance ofJWTAuthStrategy
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaudience()
The name of the authorization server aliasauthServerAlias
(String authServerAlias) The name of the authorization server aliasbuilder()
protected boolean
description
(String description) boolean
int
hashCode()
id()
A unique ID for the strategyA unique ID for the strategyname()
The name of the strategyThe name of the strategyprimaryNode
(Node primaryNode) toString()
type()
The type of the strategytype
(JWTAuthStrategy.TypeEnum type) The type of the strategy
-
Felddetails
-
audience
-
authServerAlias
The name of the authorization server alias -
description
-
id
A unique ID for the strategy -
name
The name of the strategy -
-
type
The type of the strategy
-
-
Konstruktordetails
-
JWTAuthStrategy
Constructs a validated instance ofJWTAuthStrategy
.- Parameter:
spec
- the specification to process
-
JWTAuthStrategy
@Internal public JWTAuthStrategy(String audience, String authServerAlias, String description, String id, String name, Node primaryNode, JWTAuthStrategy.TypeEnum type) Constructs a validated instance ofJWTAuthStrategy
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JWTAuthStrategy(Consumer)
instead.- Parameter:
audience
- audienceauthServerAlias
- The name of the authorization server aliasdescription
- descriptionid
- A unique ID for the strategyname
- The name of the strategyprimaryNode
- primaryNodetype
- The type of the strategy
-
JWTAuthStrategy
protected JWTAuthStrategy()
-
-
Methodendetails
-
builder
-
audience
-
authServerAlias
The name of the authorization server alias -
description
-
id
A unique ID for the strategy -
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
.
-
description
- Gibt zurück:
this
.
-
id
A unique ID for the strategy- 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
-