Package examples
-
Class Summary Class Description DelayedLoginAuthenticator A basic Authenticator that extends the AuthenticatorAdaptor and overrides the checkUser methodKeyMasterAuthenticator An example Authenticator that shows how to check KeyMaster tokens in a Liberator Auth Module.OpenAuthenticator A simple Authenticator implementation that provides open access to a user for all functionality except write access.PermissionAuthenticator An authenticator implementation that shows one possible use of the Permission object and it's interactions with the Authentication API.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