Package com.okta.authn.sdk.resource
Interface FactorProfile
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource,java.util.Map<java.lang.String,java.lang.Object>,com.okta.sdk.resource.PropertyRetriever,com.okta.sdk.resource.Resource
- All Known Subinterfaces:
CallFactorProfile,EmailFactorProfile,HardwareFactorProfile,PushFactorProfile,SecurityQuestionFactorProfile,SmsFactorProfile,TokenFactorProfile,TotpFactorProfile,U2fFactorProfile,WebAuthnFactorProfile,WebFactorProfile
- All Known Implementing Classes:
DefaultCallFactorProfile,DefaultEmailFactorProfile,DefaultHardwareFactorProfile,DefaultPushFactorProfile,DefaultSecurityQuestionFactorProfile,DefaultSmsFactorProfile,DefaultTokenFactorProfile,DefaultTotpFactorProfile,DefaultU2fFactorProfile,DefaultWebAuthnFactorProfile,DefaultWebFactorProfile
public interface FactorProfile extends com.okta.sdk.resource.ExtensibleResource
-
-
Method Summary
-
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
-
-