Skip navigation links

Package io.aeron.security

Basic security infrastructure for authenticating sessions by delegating to a supplied instance of an Authenticator.

See: Description

Package io.aeron.security Description

Basic security infrastructure for authenticating sessions by delegating to a supplied instance of an Authenticator.

New connection requests will be allocated a unique 64-bit session identity which is first passed to Authenticator.onConnectRequest(long, byte[], long). Once the response stream to the client is connected then the system will make periodic calls to Authenticator.onConnectedSession(io.aeron.security.SessionProxy, long) until the Authenticator updates the status of the SessionProxy to indicate if the session is authenticated, needs to be challenged, or is rejected.

Skip navigation links

Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.