Uses of Interface
prompto.security.auth.method.IAuthenticationMethodFactory
-
Packages that use IAuthenticationMethodFactory Package Description prompto.config.auth.method prompto.security.auth.method -
-
Uses of IAuthenticationMethodFactory in prompto.config.auth.method
Methods in prompto.config.auth.method that return IAuthenticationMethodFactory Modifier and Type Method Description IAuthenticationMethodFactoryAuthenticationMethodConfiguration. getAuthenticationMethodFactory()IAuthenticationMethodFactoryAuthenticationMethodConfiguration. getAuthenticationMethodFactory(String factoryName)IAuthenticationMethodFactoryIAuthenticationMethodConfiguration. getAuthenticationMethodFactory() -
Uses of IAuthenticationMethodFactory in prompto.security.auth.method
Classes in prompto.security.auth.method that implement IAuthenticationMethodFactory Modifier and Type Class Description classBasicAuthenticationMethodFactoryclassFormAuthenticationMethodFactoryMethods in prompto.security.auth.method that return IAuthenticationMethodFactory Modifier and Type Method Description static IAuthenticationMethodFactoryIAuthenticationMethodFactory. newFactory(String factoryName)
-