Uses of Interface
com.netscape.certsrv.authorization.IAuthzManager
-
Packages that use IAuthzManager Package Description com.netscape.certsrv.authorization com.netscape.cms.authorization -
-
Uses of IAuthzManager in com.netscape.certsrv.authorization
Methods in com.netscape.certsrv.authorization that return IAuthzManager Modifier and Type Method Description IAuthzManagerIAuthzSubsystem. get(java.lang.String name)Get an authorization manager interface for the given name.IAuthzManagerAuthzManagerProxy. getAuthzManager()Returns an authorization manager instance.IAuthzManagerIAuthzSubsystem. getAuthzManager(java.lang.String name)Gets the Authorization manager instance of the specified name.IAuthzManagerIAuthzSubsystem. getAuthzManagerPlugin(java.lang.String name)Gets a single authorization manager plugin implementationMethods in com.netscape.certsrv.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 com.netscape.certsrv.authorization with parameters of type IAuthzManager Modifier and Type Method Description voidIAuthzSubsystem. add(java.lang.String name, IAuthzManager authzMgr)Adds (registers) the given authorization manager.Constructors in com.netscape.certsrv.authorization with parameters of type IAuthzManager Constructor Description AuthzManagerProxy(boolean enable, IAuthzManager mgr)ConstructorAuthzToken(IAuthzManager authzMgr)Constructs an instance of a authorization token. -
Uses of IAuthzManager in com.netscape.cms.authorization
Classes in com.netscape.cms.authorization that implement IAuthzManager Modifier and Type Class Description classAAclAuthzAn abstract class represents an authorization manager that governs the access of internal resources such as servlets.classBasicAclAuthzA class for basic acls authorization managerclassBasicGroupAuthzclassDirAclAuthzA class for ldap acls based authorization manager The ldap server used for acls is the cms internal ldap db.
-