Uses of Interface
org.dogtagpki.server.authorization.IAuthzManager
-
Packages that use IAuthzManager Package Description com.netscape.cms.authorization com.netscape.cmscore.authorization org.dogtagpki.server.authorization -
-
Uses of IAuthzManager in com.netscape.cms.authorization
Classes in com.netscape.cms.authorization that implement IAuthzManager Modifier and Type Class Description class
AAclAuthz
An abstract class represents an authorization manager that governs the access of internal resources such as servlets.class
BasicAclAuthz
A class for basic acls authorization managerclass
BasicGroupAuthz
class
DirAclAuthz
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 IAuthzManager Modifier and Type Method Description IAuthzManager
AuthzSubsystem. get(java.lang.String name)
Gets the authorization manager instance of the specified name.IAuthzManager
AuthzSubsystem. getAuthzManager(java.lang.String name)
gets the named authorization managerIAuthzManager
AuthzSubsystem. getAuthzManagerPlugin(java.lang.String name)
Retrieve a single authz manager instanceMethods in com.netscape.cmscore.authorization that return types with arguments of type IAuthzManager Modifier and Type Method Description java.util.Enumeration<IAuthzManager>
AuthzSubsystem. getAuthzManagers()
Enumerate all authorization manager instances.Methods in com.netscape.cmscore.authorization with parameters of type IAuthzManager Modifier and Type Method Description void
AuthzSubsystem. add(java.lang.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 IAuthzManager Modifier and Type Method Description IAuthzManager
IAuthzSubsystem. get(java.lang.String name)
Get an authorization manager interface for the given name.IAuthzManager
AuthzManagerProxy. getAuthzManager()
Returns an authorization manager instance.IAuthzManager
IAuthzSubsystem. getAuthzManager(java.lang.String name)
Gets the Authorization manager instance of the specified name.IAuthzManager
IAuthzSubsystem. getAuthzManagerPlugin(java.lang.String name)
Gets a single authorization manager plugin implementationMethods in org.dogtagpki.server.authorization that return types with arguments of type IAuthzManager Modifier and Type Method Description java.util.Enumeration<IAuthzManager>
IAuthzSubsystem. getAuthzManagers()
Gets an enumeration of authorization managers registered to the authorization component.Methods in org.dogtagpki.server.authorization with parameters of type IAuthzManager Modifier and Type Method Description void
IAuthzSubsystem. add(java.lang.String name, IAuthzManager authzMgr)
Adds (registers) the given authorization manager.Constructors in org.dogtagpki.server.authorization with parameters of type IAuthzManager Constructor Description AuthzManagerProxy(boolean enable, IAuthzManager mgr)
ConstructorAuthzToken(IAuthzManager authzMgr)
Constructs an instance of a authorization token.
-