Uses of Interface
com.caplin.server.auth.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in com.caplin.server.auth
Classes in com.caplin.server.auth that implement AuthenticatorMethods in com.caplin.server.auth that return AuthenticatorModifier and TypeMethodDescriptionstatic AuthenticatorErrorLoggingAuthenticatorProxy.newErrorLoggingAuthenticatorProxyInstance(Authenticator delegate, Logger logger) Methods in com.caplin.server.auth with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic AuthenticatorErrorLoggingAuthenticatorProxy.newErrorLoggingAuthenticatorProxyInstance(Authenticator delegate, Logger logger) -
Uses of Authenticator in examples
Classes in examples that implement AuthenticatorModifier and TypeClassDescriptionclassA basic Authenticator that extends the AuthenticatorAdaptor and overrides the checkUser methodclassAn example Authenticator that shows how to check KeyMaster tokens in a Liberator Auth Module.classA simple Authenticator implementation that provides open access to a user for all functionality except write access.classAn authenticator implementation that shows one possible use of the Permission object and it's interactions with the Authentication API.classA 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