Package com.okta.sdk.resource
Interface UserCredentials
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PropertyRetriever
,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface UserCredentials extends ExtensibleResource
UserCredentials
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PasswordCredential
getPassword()
AuthenticationProvider
getProvider()
RecoveryQuestionCredential
getRecoveryQuestion()
UserCredentials
setPassword(PasswordCredential password)
UserCredentials
setProvider(AuthenticationProvider provider)
UserCredentials
setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getPassword
PasswordCredential getPassword()
-
setPassword
UserCredentials setPassword(PasswordCredential password)
-
getProvider
AuthenticationProvider getProvider()
-
setProvider
UserCredentials setProvider(AuthenticationProvider provider)
-
getRecoveryQuestion
RecoveryQuestionCredential getRecoveryQuestion()
-
setRecoveryQuestion
UserCredentials setRecoveryQuestion(RecoveryQuestionCredential recoveryQuestion)
-
-