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