Package com.okta.authn.sdk.resource
Interface ResetPasswordRequest
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,Map<String,
,Object> com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultResetPasswordRequest
public interface ResetPasswordRequest
extends com.okta.sdk.resource.ExtensibleResource
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar[]
setNewPassword
(char[] newPassword) setStateToken
(String stateToken) 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
-
Method Details
-
getStateToken
String getStateToken() -
setStateToken
-
getNewPassword
char[] getNewPassword() -
setNewPassword
-