Package com.okta.authn.sdk.resource
Interface PushFactorProfile
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource,FactorProfile,java.util.Map<java.lang.String,java.lang.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 java.lang.StringgetCredentialId()java.lang.StringgetDeviceToken()java.lang.StringgetDeviceType()java.lang.StringgetName()java.lang.StringgetPlatform()java.lang.StringgetVersion()PushFactorProfilesetCredentialId(java.lang.String credentialId)PushFactorProfilesetDeviceToken(java.lang.String deviceToken)PushFactorProfilesetDeviceType(java.lang.String deviceType)PushFactorProfilesetName(java.lang.String name)PushFactorProfilesetPlatform(java.lang.String platform)PushFactorProfilesetVersion(java.lang.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
java.lang.String getCredentialId()
-
setCredentialId
PushFactorProfile setCredentialId(java.lang.String credentialId)
-
getDeviceToken
java.lang.String getDeviceToken()
-
setDeviceToken
PushFactorProfile setDeviceToken(java.lang.String deviceToken)
-
getDeviceType
java.lang.String getDeviceType()
-
setDeviceType
PushFactorProfile setDeviceType(java.lang.String deviceType)
-
getName
java.lang.String getName()
-
setName
PushFactorProfile setName(java.lang.String name)
-
getPlatform
java.lang.String getPlatform()
-
setPlatform
PushFactorProfile setPlatform(java.lang.String platform)
-
getVersion
java.lang.String getVersion()
-
setVersion
PushFactorProfile setVersion(java.lang.String version)
-
-