Klasse JWTHSAuthStrategy
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.JWTHSAuthStrategy
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JWTHSAuthStrategy
extends Object
JWTHSAuthStrategy
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe type of the strategy -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected StringThe name of the authorization server aliasprotected Stringprotected StringA unique ID for the strategyprotected StringThe name of the strategyprotected Nodeprotected GatewaySecretprotected JWTHSAuthStrategy.TypeEnumThe type of the strategy -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJWTHSAuthStrategy(String audience, String authServerAlias, String description, String id, String name, Node primaryNode, GatewaySecret secret, JWTHSAuthStrategy.TypeEnum type) Constructs a validated instance ofJWTHSAuthStrategy.Constructs a validated instance ofJWTHSAuthStrategy. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaudience()The name of the authorization server aliasauthServerAlias(String authServerAlias) The name of the authorization server aliasbuilder()protected booleandescription(String description) booleaninthashCode()id()A unique ID for the strategyA unique ID for the strategyname()The name of the strategyThe name of the strategyprimaryNode(Node primaryNode) secret()secret(GatewaySecret secret) toString()type()The type of the strategyThe 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 -
-
secret
-
type
The type of the strategy
-
-
Konstruktordetails
-
JWTHSAuthStrategy
Constructs a validated instance ofJWTHSAuthStrategy.- Parameter:
spec- the specification to process
-
JWTHSAuthStrategy
@Internal public JWTHSAuthStrategy(String audience, String authServerAlias, String description, String id, String name, Node primaryNode, GatewaySecret secret, JWTHSAuthStrategy.TypeEnum type) Constructs a validated instance ofJWTHSAuthStrategy.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JWTHSAuthStrategy(Consumer)instead.- Parameter:
audience- var.nameauthServerAlias- The name of the authorization server aliasdescription- var.nameid- A unique ID for the strategyname- The name of the strategyprimaryNode- var.namesecret- var.nametype- The type of the strategy
-
JWTHSAuthStrategy
protected JWTHSAuthStrategy()
-
-
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
-
secret
-
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.
-
secret
- Gibt zurück:
this.
-
type
The type of the strategy- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-