Uses of Class
org.dogtagpki.server.authorization.AuthzManager
Packages that use AuthzManager
Package
Description
-
Uses of AuthzManager in com.netscape.cms.authorization
Subclasses of AuthzManager in com.netscape.cms.authorizationModifier and TypeClassDescriptionclass
An abstract class represents an authorization manager that governs the access of internal resources such as servlets.class
A class for basic acls authorization managerclass
class
A class for ldap acls based authorization manager The ldap server used for acls is the cms internal ldap db. -
Uses of AuthzManager in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization that return AuthzManagerModifier and TypeMethodDescriptionGets the authorization manager instance of the specified name.AuthzSubsystem.getAuthzManager
(String name) gets the named authorization managerAuthzSubsystem.getAuthzManagerPlugin
(String name) Retrieve a single authz manager instanceMethods in com.netscape.cmscore.authorization that return types with arguments of type AuthzManagerModifier and TypeMethodDescriptionAuthzSubsystem.getAuthzManagers()
Enumerate all authorization manager instances.Methods in com.netscape.cmscore.authorization with parameters of type AuthzManagerModifier and TypeMethodDescriptionvoid
AuthzSubsystem.add
(String name, AuthzManager authzMgrInst) Add an authorization manager instance. -
Uses of AuthzManager in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that return AuthzManagerModifier and TypeMethodDescriptionAuthzManagerProxy.getAuthzManager()
Returns an authorization manager instance.Constructors in org.dogtagpki.server.authorization with parameters of type AuthzManagerModifierConstructorDescriptionAuthzManagerProxy
(boolean enable, AuthzManager mgr) ConstructorAuthzToken
(AuthzManager authzMgr) Constructs an instance of a authorization token.