Uses of Interface
com.caplin.server.auth.Authenticator
-
Packages that use Authenticator Package Description com.caplin.server.auth examples -
-
Uses of Authenticator in com.caplin.server.auth
Classes in com.caplin.server.auth that implement Authenticator Modifier and Type Class Description class
AuthenticatorAdaptor
A default implementation of theAuthenticator
interface.Methods in com.caplin.server.auth that return Authenticator Modifier and Type Method Description static Authenticator
ErrorLoggingAuthenticatorProxy. newErrorLoggingAuthenticatorProxyInstance(Authenticator delegate, java.util.logging.Logger logger)
Methods in com.caplin.server.auth with parameters of type Authenticator Modifier and Type Method Description static Authenticator
ErrorLoggingAuthenticatorProxy. newErrorLoggingAuthenticatorProxyInstance(Authenticator delegate, java.util.logging.Logger logger)
-
Uses of Authenticator in examples
Classes in examples that implement Authenticator Modifier and Type Class Description class
DelayedLoginAuthenticator
A basic Authenticator that extends the AuthenticatorAdaptor and overrides the checkUser methodclass
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
-