Package com.okta.authn.sdk.resource
Interface PushFactorProfile
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,FactorProfile
,Map<String,Object>
,com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultPushFactorProfile
public interface PushFactorProfile extends com.okta.sdk.resource.ExtensibleResource, FactorProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCredentialId()
String
getDeviceToken()
String
getDeviceType()
String
getName()
String
getPlatform()
String
getVersion()
PushFactorProfile
setCredentialId(String credentialId)
PushFactorProfile
setDeviceToken(String deviceToken)
PushFactorProfile
setDeviceType(String deviceType)
PushFactorProfile
setName(String name)
PushFactorProfile
setPlatform(String platform)
PushFactorProfile
setVersion(String version)
-
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 Detail
-
getCredentialId
String getCredentialId()
-
setCredentialId
PushFactorProfile setCredentialId(String credentialId)
-
getDeviceToken
String getDeviceToken()
-
setDeviceToken
PushFactorProfile setDeviceToken(String deviceToken)
-
getDeviceType
String getDeviceType()
-
setDeviceType
PushFactorProfile setDeviceType(String deviceType)
-
getName
String getName()
-
setName
PushFactorProfile setName(String name)
-
getPlatform
String getPlatform()
-
setPlatform
PushFactorProfile setPlatform(String platform)
-
getVersion
String getVersion()
-
setVersion
PushFactorProfile setVersion(String version)
-
-