Uses of Interface
digilib.auth.AuthzOps
-
Packages that use AuthzOps Package Description digilib.auth digilib.servlet -
-
Uses of AuthzOps in digilib.auth
Classes in digilib.auth that implement AuthzOps Modifier and Type Class Description class
AuthzOpsImpl
Basic implementation of AuthOps interface.class
MetaAccessAuthzOps
Implementation of AuthzOps using "access" information from file metadata.class
PathAuthzOps
Implements AuthzOps using paths defined in an XML config file.Fields in digilib.auth with type parameters of type AuthzOps Modifier and Type Field Description protected static Class<AuthzOps>
AuthzOpsFactory. authOpsClass
AuthzOps implementation classMethods in digilib.auth that return AuthzOps Modifier and Type Method Description static AuthzOps
AuthzOpsFactory. getAuthzOpsInstance()
Method parameters in digilib.auth with type arguments of type AuthzOps Modifier and Type Method Description static void
AuthzOpsFactory. setAuthzOpsClass(Class<AuthzOps> clazz)
set the AuthzOps implementation class. -
Uses of AuthzOps in digilib.servlet
Fields in digilib.servlet declared as AuthzOps Modifier and Type Field Description protected AuthzOps
Manifester. authzOp
AuthOps instanceprotected AuthzOps
Scaler. authzOp
AuthzOps instanceprotected AuthzOps
ScalerNoThread. authzOp
AuthOps instanceprotected AuthzOps
Texter. authzOp
AuthOps instance
-