Package digilib.auth
Class AuthnOpsFactory
- java.lang.Object
-
- digilib.auth.AuthnOpsFactory
-
public class AuthnOpsFactory extends Object
Static factory for authentication AuthnOps.- Author:
- casties
-
-
Field Summary
Fields Modifier and Type Field Description protected static Class<AuthnOps>
authOpsClass
AuthnOps implementation classprotected static org.slf4j.Logger
logger
Log4J logger
-
Constructor Summary
Constructors Constructor Description AuthnOpsFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthnOps
getAuthnOpsInstance()
static void
setAuthnOpsClass(Class<AuthnOps> clazz)
set the AuthnOps implementation class.
-