Package com.okta.sdk.resource.model
Class TestInfoTestAccount
java.lang.Object
com.okta.sdk.resource.model.TestInfoTestAccount
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class TestInfoTestAccount
extends Object
implements Serializable
An account on a test instance of your app with admin privileges. A test admin account is required by Okta for
integration testing. During OIN QA testing, an Okta analyst uses this admin account to configure your app for the
various test case flows.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Additional instructions to test the app integration, including instructions for obtaining test accountsThe password for your app admin accountgetUrl()
The sign-in URL to a test instance of your appThe username for your app admin accountint
hashCode()
instructions
(String instructions) void
setInstructions
(String instructions) void
setPassword
(String password) void
void
setUsername
(String username) toString()
-
Field Details
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_INSTRUCTIONS
- See Also:
-
-
Constructor Details
-
TestInfoTestAccount
public TestInfoTestAccount()
-
-
Method Details
-
url
-
getUrl
The sign-in URL to a test instance of your app- Returns:
- url
-
setUrl
-
username
-
getUsername
The username for your app admin account- Returns:
- username
-
setUsername
-
password
-
getPassword
The password for your app admin account- Returns:
- password
-
setPassword
-
instructions
-
getInstructions
Additional instructions to test the app integration, including instructions for obtaining test accounts- Returns:
- instructions
-
setInstructions
-
equals
-
hashCode
public int hashCode() -
toString
-