Uses of Class
com.thecoderscorner.menu.remote.AuthStatus
-
-
Uses of AuthStatus in com.thecoderscorner.menu.remote
Fields in com.thecoderscorner.menu.remote with type parameters of type AuthStatus Modifier and Type Field Description protected java.util.Map<AuthStatus,java.lang.Class<? extends RemoteConnectorState>>StreamRemoteConnector. stateMachineMappingsMethods in com.thecoderscorner.menu.remote that return AuthStatus Modifier and Type Method Description AuthStatusRemoteConnector. getAuthenticationStatus()AuthStatusStreamRemoteConnector. getAuthenticationStatus()static AuthStatusAuthStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthStatus[]AuthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.remote with parameters of type AuthStatus Modifier and Type Method Description voidStreamRemoteConnector. changeState(AuthStatus desiredState)voidConnectionChangeListener. connectionChange(RemoteConnector connector, AuthStatus authStatus)Called by the connector upon state changevoidRemoteControllerListener. connectionState(RemoteInformation remoteInformation, AuthStatus connected)Indicates a change in connectivityMethod parameters in com.thecoderscorner.menu.remote with type arguments of type AuthStatus Modifier and Type Method Description booleanConnectorFactory. attemptPairing(java.util.Optional<java.util.function.Consumer<AuthStatus>> maybePairingListener) -
Uses of AuthStatus in com.thecoderscorner.menu.remote.protocol
Constructor parameters in com.thecoderscorner.menu.remote.protocol with type arguments of type AuthStatus Constructor Description PairingHelper(RemoteConnector connector, java.util.concurrent.ScheduledExecutorService executorService, java.util.Optional<java.util.function.Consumer<AuthStatus>> updateFn) -
Uses of AuthStatus in com.thecoderscorner.menu.remote.rs232
Method parameters in com.thecoderscorner.menu.remote.rs232 with type arguments of type AuthStatus Modifier and Type Method Description booleanRs232ControllerBuilder. attemptPairing(java.util.Optional<java.util.function.Consumer<AuthStatus>> maybePairingListener)A pairing connection is purely used to initialise the security between the device and the API. -
Uses of AuthStatus in com.thecoderscorner.menu.remote.socket
Method parameters in com.thecoderscorner.menu.remote.socket with type arguments of type AuthStatus Modifier and Type Method Description booleanSocketControllerBuilder. attemptPairing(java.util.Optional<java.util.function.Consumer<AuthStatus>> maybePairingListener) -
Uses of AuthStatus in com.thecoderscorner.menu.remote.states
Methods in com.thecoderscorner.menu.remote.states that return AuthStatus Modifier and Type Method Description AuthStatusAwaitingBootstrapState. getAuthenticationStatus()AuthStatusBootstrapInProgressState. getAuthenticationStatus()AuthStatusConnectionReadyState. getAuthenticationStatus()AuthStatusJoinMessageArrivedState. getAuthenticationStatus()AuthStatusNoOperationInitialState. getAuthenticationStatus()AuthStatusPairingAuthFailedState. getAuthenticationStatus()AuthStatusPairingAuthSuccessState. getAuthenticationStatus()AuthStatusRemoteConnectorState. getAuthenticationStatus()AuthStatusSendPairingMessageState. getAuthenticationStatus()AuthStatusSerialAwaitFirstMsgState. getAuthenticationStatus()AuthStatusSocketAwaitJoinState. getAuthenticationStatus()AuthStatusStreamNotConnectedState. getAuthenticationStatus()Methods in com.thecoderscorner.menu.remote.states with parameters of type AuthStatus Modifier and Type Method Description voidRemoteConnectorContext. changeState(AuthStatus desiredState)
-