Package com.okta.authn.sdk.resource
Interface User
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,Map<String,Object>
,com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultUser
public interface User extends com.okta.sdk.resource.ExtensibleResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFirstName()
String
getId()
String
getLastName()
Locale
getLocale()
String
getLogin()
Date
getPasswordChanged()
Map<String,String>
getProfile()
Map<String,String>
getRecoveryQuestion()
TimeZone
getTimeZone()
-
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
-
-