Uses of Enum Class
com.sforce.soap.metadata.AuthenticationProtocol
-
Uses of AuthenticationProtocol in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return AuthenticationProtocolModifier and TypeMethodDescriptionExternalCredential.getAuthenticationProtocol()ExternalDataSource.getProtocol()NamedCredential.getProtocol()static AuthenticationProtocolReturns the enum constant of this class with the specified name.static AuthenticationProtocol[]AuthenticationProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type AuthenticationProtocolModifier and TypeMethodDescriptionvoidExternalCredential.setAuthenticationProtocol(AuthenticationProtocol authenticationProtocol) voidExternalDataSource.setProtocol(AuthenticationProtocol protocol) voidNamedCredential.setProtocol(AuthenticationProtocol protocol)