| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
org.mule.modules.salesforce.SalesforceOAuthImmediate |
Class Overview
Avoid interacting with the user.
Summary
| Enum Values |
| SalesforceOAuthImmediate |
FALSE |
If the user is currently logged in and has previously approved the client_id, the approval step is skipped,
and the browser is immediately redirected to the callback with an authorization code. |
| SalesforceOAuthImmediate |
TRUE |
Prompt the user for login and approval
|
|
[Expand]
Inherited Fields |
From class
java.lang.Enum
|
private
final
String |
name |
|
|
private
final
int |
ordinal |
|
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
int
|
compareTo(Object arg0)
|
|
final
int
|
compareTo(E arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
If the user is currently logged in and has previously approved the client_id, the approval step is skipped,
and the browser is immediately redirected to the callback with an authorization code. If the user is not
logged in or has not previously approved the client, the flow immediately terminates with
the immediate_unsuccessful error code.
Prompt the user for login and approval
Public Methods