Uses of Interface
prompto.security.auth.source.IAuthenticationSource
-
Packages that use IAuthenticationSource Package Description prompto.security.auth prompto.security.auth.source prompto.server -
-
Uses of IAuthenticationSource in prompto.security.auth
Classes in prompto.security.auth that implement IAuthenticationSource Modifier and Type Class Description classJettyLoginModuleBase -
Uses of IAuthenticationSource in prompto.security.auth.source
Classes in prompto.security.auth.source that implement IAuthenticationSource Modifier and Type Class Description classPasswordIsUserNameAuthenticationSourceclassStoredPasswordDigestAuthenticationSourceFields in prompto.security.auth.source with type parameters of type IAuthenticationSource Modifier and Type Field Description static prompto.utils.Instance<IAuthenticationSource>IAuthenticationSource. instanceMethods in prompto.security.auth.source that return IAuthenticationSource Modifier and Type Method Description IAuthenticationSourceIAuthenticationSourceFactory. newAuthenticationSource()IAuthenticationSourcePasswordIsUserNameAuthenticationSourceFactory. newAuthenticationSource()IAuthenticationSourceStoredPasswordDigestAuthenticationSourceFactory. newAuthenticationSource() -
Uses of IAuthenticationSource in prompto.server
Methods in prompto.server that return IAuthenticationSource Modifier and Type Method Description static IAuthenticationSourceAppServer. getLoginFactory(String config)static IAuthenticationSourceAppServer. getLoginFactory(prompto.config.IConfigurationReader reader)
-