Class AbstractAccountAuthenticator
public class AbstractAccountAuthenticator : JVMBridgeBase<AbstractAccountAuthenticator>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<AbstractAccountAuthenticator>AbstractAccountAuthenticator
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<AbstractAccountAuthenticator>.IsAssignableFrom(IJavaType)JVMBridgeBase<AbstractAccountAuthenticator>.IsAssignableFrom<T>()JVMBridgeBase<AbstractAccountAuthenticator>.Execute<T>(params T[])JVMBridgeBase<AbstractAccountAuthenticator>.DynBridgeClazzJVMBridgeBase<AbstractAccountAuthenticator>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
AbstractAccountAuthenticator()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("AbstractAccountAuthenticator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AbstractAccountAuthenticator()
AbstractAccountAuthenticator(Context)
public AbstractAccountAuthenticator(Context arg0)
Parameters
AbstractAccountAuthenticator(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("AbstractAccountAuthenticator class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AbstractAccountAuthenticator(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
KEY_CUSTOM_TOKEN_EXPIRY
public static String KEY_CUSTOM_TOKEN_EXPIRY { get; }
Property Value
Methods
AddAccount(AccountAuthenticatorResponse, String, String, String[], Bundle)
public Bundle AddAccount(AccountAuthenticatorResponse arg0, String arg1, String arg2, String[] arg3, Bundle arg4)
Parameters
arg0
AccountAuthenticatorResponsearg1
Stringarg2
Stringarg3
String[]arg4
Bundle
Returns
Exceptions
AddAccountFromCredentials(AccountAuthenticatorResponse, Account, Bundle)
public Bundle AddAccountFromCredentials(AccountAuthenticatorResponse arg0, Account arg1, Bundle arg2)
Parameters
arg0
AccountAuthenticatorResponsearg1
Accountarg2
Bundle
Returns
Exceptions
ConfirmCredentials(AccountAuthenticatorResponse, Account, Bundle)
public Bundle ConfirmCredentials(AccountAuthenticatorResponse arg0, Account arg1, Bundle arg2)
Parameters
arg0
AccountAuthenticatorResponsearg1
Accountarg2
Bundle
Returns
Exceptions
EditProperties(AccountAuthenticatorResponse, String)
public Bundle EditProperties(AccountAuthenticatorResponse arg0, String arg1)
Parameters
Returns
FinishSession(AccountAuthenticatorResponse, String, Bundle)
public Bundle FinishSession(AccountAuthenticatorResponse arg0, String arg1, Bundle arg2)
Parameters
arg0
AccountAuthenticatorResponsearg1
Stringarg2
Bundle
Returns
Exceptions
GetAccountCredentialsForCloning(AccountAuthenticatorResponse, Account)
public Bundle GetAccountCredentialsForCloning(AccountAuthenticatorResponse arg0, Account arg1)
Parameters
Returns
Exceptions
GetAccountRemovalAllowed(AccountAuthenticatorResponse, Account)
public Bundle GetAccountRemovalAllowed(AccountAuthenticatorResponse arg0, Account arg1)
Parameters
Returns
Exceptions
GetAuthToken(AccountAuthenticatorResponse, Account, String, Bundle)
public Bundle GetAuthToken(AccountAuthenticatorResponse arg0, Account arg1, String arg2, Bundle arg3)
Parameters
arg0
AccountAuthenticatorResponsearg1
Accountarg2
Stringarg3
Bundle
Returns
Exceptions
GetAuthTokenLabel(String)
public String GetAuthTokenLabel(String arg0)
Parameters
Returns
GetIBinder()
public IBinder GetIBinder()
Returns
HasFeatures(AccountAuthenticatorResponse, Account, String[])
public Bundle HasFeatures(AccountAuthenticatorResponse arg0, Account arg1, String[] arg2)
Parameters
arg0
AccountAuthenticatorResponsearg1
Accountarg2
String[]
Returns
Exceptions
IsCredentialsUpdateSuggested(AccountAuthenticatorResponse, Account, String)
public Bundle IsCredentialsUpdateSuggested(AccountAuthenticatorResponse arg0, Account arg1, String arg2)
Parameters
arg0
AccountAuthenticatorResponsearg1
Accountarg2
String
Returns
Exceptions
StartAddAccountSession(AccountAuthenticatorResponse, String, String, String[], Bundle)
public Bundle StartAddAccountSession(AccountAuthenticatorResponse arg0, String arg1, String arg2, String[] arg3, Bundle arg4)
Parameters
arg0
AccountAuthenticatorResponsearg1
Stringarg2
Stringarg3
String[]arg4
Bundle
Returns
Exceptions
StartUpdateCredentialsSession(AccountAuthenticatorResponse, Account, String, Bundle)
public Bundle StartUpdateCredentialsSession(AccountAuthenticatorResponse arg0, Account arg1, String arg2, Bundle arg3)
Parameters
arg0
AccountAuthenticatorResponsearg1
Accountarg2
Stringarg3
Bundle
Returns
Exceptions
UpdateCredentials(AccountAuthenticatorResponse, Account, String, Bundle)
public Bundle UpdateCredentials(AccountAuthenticatorResponse arg0, Account arg1, String arg2, Bundle arg3)
Parameters
arg0
AccountAuthenticatorResponsearg1
Accountarg2
Stringarg3
Bundle