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 StringgetCredentialId()StringgetDeviceToken()StringgetDeviceType()StringgetName()StringgetPlatform()StringgetVersion()PushFactorProfilesetCredentialId(String credentialId)PushFactorProfilesetDeviceToken(String deviceToken)PushFactorProfilesetDeviceType(String deviceType)PushFactorProfilesetName(String name)PushFactorProfilesetPlatform(String platform)PushFactorProfilesetVersion(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)
-
-