Package com.okta.sdk.resource.model
Class SchemeApplicationCredentialsAllOf
java.lang.Object
com.okta.sdk.resource.model.SchemeApplicationCredentialsAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class SchemeApplicationCredentialsAllOf
extends Object
implements Serializable
SchemeApplicationCredentialsAllOf
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet passwordGet revealPasswordGet schemeGet signingGet userNameinthashCode()password(PasswordCredential password) revealPassword(Boolean revealPassword) scheme(ApplicationCredentialsScheme scheme) voidsetPassword(PasswordCredential password) voidsetRevealPassword(Boolean revealPassword) voidvoidsetSigning(ApplicationCredentialsSigning signing) voidsetUserName(String userName) signing(ApplicationCredentialsSigning signing) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_REVEAL_PASSWORD
- See Also:
-
JSON_PROPERTY_SCHEME
- See Also:
-
JSON_PROPERTY_SIGNING
- See Also:
-
JSON_PROPERTY_USER_NAME
- See Also:
-
-
Constructor Details
-
SchemeApplicationCredentialsAllOf
public SchemeApplicationCredentialsAllOf()
-
-
Method Details
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
revealPassword
-
getRevealPassword
Get revealPassword- Returns:
- revealPassword
-
setRevealPassword
-
scheme
-
getScheme
Get scheme- Returns:
- scheme
-
setScheme
-
signing
-
getSigning
Get signing- Returns:
- signing
-
setSigning
-
userName
-
getUserName
Get userName- Returns:
- userName
-
setUserName
-
equals
-
hashCode
public int hashCode() -
toString
-