Package digilib.auth
Class AuthnOpsFactory
java.lang.Object
digilib.auth.AuthnOpsFactory
Static factory for authentication AuthnOps.
- Author:
- casties
-
Field Summary
FieldsModifier and TypeFieldDescriptionAuthnOps implementation classprotected static final org.slf4j.Logger
Log4J logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthnOps
static void
setAuthnOpsClass
(Class<AuthnOps> clazz) set the AuthnOps implementation class.
-
Field Details
-
logger
protected static final org.slf4j.Logger loggerLog4J logger -
authOpsClass
AuthnOps implementation class
-
-
Constructor Details
-
AuthnOpsFactory
public AuthnOpsFactory()
-
-
Method Details
-
getAuthnOpsInstance
-
setAuthnOpsClass
set the AuthnOps implementation class.- Parameters:
clazz
- implementation class
-