Package com.okta.authn.sdk.resource
Interface WebFactorProfile
-
- 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:
DefaultWebFactorProfile
public interface WebFactorProfile extends com.okta.sdk.resource.ExtensibleResource, FactorProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCredentialId()
WebFactorProfile
setCredentialId(java.lang.String credentialId)
-
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
WebFactorProfile setCredentialId(java.lang.String credentialId)
-
-