Uses of Interface
org.dogtagpki.server.authorization.IAuthzManager
Packages that use IAuthzManager
Package
Description
-
Uses of IAuthzManager in com.netscape.cms.authorization
Classes in com.netscape.cms.authorization that implement IAuthzManagerModifier 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 IAuthzManager in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization that return IAuthzManagerModifier 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 IAuthzManagerModifier and TypeMethodDescriptionAuthzSubsystem.getAuthzManagers()
Enumerate all authorization manager instances.Methods in com.netscape.cmscore.authorization with parameters of type IAuthzManagerModifier and TypeMethodDescriptionvoid
AuthzSubsystem.add
(String name, IAuthzManager authzMgrInst) Add an authorization manager instance. -
Uses of IAuthzManager in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that return IAuthzManagerModifier and TypeMethodDescriptionAuthzManagerProxy.getAuthzManager()
Returns an authorization manager instance.Constructors in org.dogtagpki.server.authorization with parameters of type IAuthzManagerModifierConstructorDescriptionAuthzManagerProxy
(boolean enable, IAuthzManager mgr) ConstructorAuthzToken
(IAuthzManager authzMgr) Constructs an instance of a authorization token.