Klasse WssCredentials
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.WssCredentials
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WssCredentials
extends Object
WssCredentials
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumtype of passwordstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringSpecify a base64 encoded password for the usernameprotected WssCredentials.PasswordTypeEnumtype of passwordprotected Stringa username used to generate the WSS username token -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWssCredentials(String password, WssCredentials.PasswordTypeEnum passwordType, String userName) Constructs a validated instance ofWssCredentials.WssCredentials(Consumer<WssCredentials> spec) Constructs a validated instance ofWssCredentials. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()password()Specify a base64 encoded password for the usernameSpecify a base64 encoded password for the usernametype of passwordpasswordType(WssCredentials.PasswordTypeEnum passwordType) type of passwordtoString()userName()a username used to generate the WSS username tokena username used to generate the WSS username token
-
Felddetails
-
password
Specify a base64 encoded password for the username -
passwordType
type of password -
userName
a username used to generate the WSS username token
-
-
Konstruktordetails
-
WssCredentials
Constructs a validated instance ofWssCredentials.- Parameter:
spec- the specification to process
-
WssCredentials
@Internal public WssCredentials(String password, WssCredentials.PasswordTypeEnum passwordType, String userName) Constructs a validated instance ofWssCredentials.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WssCredentials(Consumer)instead.- Parameter:
password- Specify a base64 encoded password for the usernamepasswordType- type of passworduserName- a username used to generate the WSS username token
-
WssCredentials
protected WssCredentials()
-
-
Methodendetails
-
builder
-
password
Specify a base64 encoded password for the username -
passwordType
type of password -
userName
a username used to generate the WSS username token -
password
Specify a base64 encoded password for the username- Gibt zurück:
this.
-
passwordType
type of password- Gibt zurück:
this.
-
userName
a username used to generate the WSS username token- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-