Package | Description |
---|---|
com.caplin.server.auth |
Provides the core interfaces and classes that are required to write a Liberator Auth Module.
|
examples |
Some basic examples of Liberator Auth Modules.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatorAdaptor
A default implementation of the
Authenticator interface. |
Modifier and Type | Method and Description |
---|---|
static Authenticator |
ErrorLoggingAuthenticatorProxy.newErrorLoggingAuthenticatorProxyInstance(Authenticator delegate,
java.util.logging.Logger logger) |
Modifier and Type | Method and Description |
---|---|
static Authenticator |
ErrorLoggingAuthenticatorProxy.newErrorLoggingAuthenticatorProxyInstance(Authenticator delegate,
java.util.logging.Logger logger) |
Modifier and Type | Class and Description |
---|---|
class |
DelayedLoginAuthenticator
A basic Authenticator that extends the AuthenticatorAdaptor and overrides the checkUser method
|
class |
KeyMasterAuthenticator
An example Authenticator that shows how to check KeyMaster tokens in a Liberator Auth Module.
|
class |
OpenAuthenticator
A simple Authenticator implementation that provides open access to a user for all functionality
except write access.
|
class |
PermissionAuthenticator
An authenticator implementation that shows one possible use of the Permission object and it's
interactions with the Authentication API.
|
class |
TieringAuthenticator
A simple Authenticator implementation that demonstrates: - mapping of requested symbols onto
different underlying symbols (at request time) - dynamic mapping of subscribed symbols (at any
time) - a naive example of underlying symbols being altered at run-time
|
Please send bug reports and comments to Caplin support