Package com.linecorp.centraldogma.server.auth
@NonNullByDefault
package com.linecorp.centraldogma.server.auth
An abstraction layer for Central Dogma authentication.
-
ClassDescriptionAn authentication configuration for the Central Dogma server.A
RuntimeException
raised while performing authentication.An interface which configures the authentication layer for the Central Dogma server.A factory to create anAuthProvider
instance.Parameters which are used to create a newAuthProvider
instance.Deserializes a raw session instance from a base64-encoded string.Serializes a raw session instance into a base64-encoded string.An authenticated session which can be replicated to the other Central Dogma replicas as a serialized form.An interface for session management.