-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public class LoginProviderRust extends Retainable
-
-
Constructor Summary
Constructors Constructor Description LoginProviderRust()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidswigReleaseOwnership()voidswigTakeOwnership()voidauthenticationExpiring(long time_remaining)static voidinvokeAuthenticationExpiring(SWIGTYPE_p_void ctx, long time_remaining)voidsubmit()voidsetLoginProviderPtr(SWIGTYPE_p_CLoginProvider value)SWIGTYPE_p_CLoginProvidergetLoginProviderPtr()-
Methods inherited from class live.ditto.internal.swig.ffi.Retainable
close, getIs_closing, invokeRelease, invokeRetain, release, retain, setIs_closing -
Methods inherited from class java.lang.AutoCloseable
close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
delete
synchronized void delete()
-
swigReleaseOwnership
void swigReleaseOwnership()
-
swigTakeOwnership
void swigTakeOwnership()
-
authenticationExpiring
void authenticationExpiring(long time_remaining)
-
invokeAuthenticationExpiring
static void invokeAuthenticationExpiring(SWIGTYPE_p_void ctx, long time_remaining)
-
submit
void submit()
-
setLoginProviderPtr
void setLoginProviderPtr(SWIGTYPE_p_CLoginProvider value)
-
getLoginProviderPtr
SWIGTYPE_p_CLoginProvider getLoginProviderPtr()
-
-
-
-