Uses of Enum
com.okta.sdk.resource.model.LogCredentialType
Packages that use LogCredentialType
-
Uses of LogCredentialType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return LogCredentialTypeModifier and TypeMethodDescriptionstatic LogCredentialType
LogAuthenticationContext.getCredentialType()
Get credentialTypestatic LogCredentialType
Returns the enum constant of this type with the specified name.static LogCredentialType[]
LogCredentialType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type LogCredentialTypeModifier and TypeMethodDescriptionLogAuthenticationContext.credentialType
(LogCredentialType credentialType) void
LogAuthenticationContext.setCredentialType
(LogCredentialType credentialType)