Uses of Interface
com.netscape.certsrv.base.IAttrSet
Packages that use IAttrSet
Package
Description
-
Uses of IAttrSet in com.netscape.certsrv.authentication
Subinterfaces of IAttrSet in com.netscape.certsrv.authenticationModifier and TypeInterfaceDescriptioninterfaceAn interface represents authentication credentials: e.g.Classes in com.netscape.certsrv.authentication that implement IAttrSetModifier and TypeClassDescriptionclassAuthentication Credentials as input to the authMgr. -
Uses of IAttrSet in com.netscape.certsrv.base
Classes in com.netscape.certsrv.base that implement IAttrSet -
Uses of IAttrSet in com.netscape.certsrv.dbs
Subinterfaces of IAttrSet in com.netscape.certsrv.dbsModifier and TypeInterfaceDescriptioninterfaceAn interface represents a database object that is serializable. -
Uses of IAttrSet in com.netscape.certsrv.dbs.crldb
Subinterfaces of IAttrSet in com.netscape.certsrv.dbs.crldbModifier and TypeInterfaceDescriptioninterfaceAn interface that defines abilities of a CRL issuing point record. -
Uses of IAttrSet in com.netscape.certsrv.dbs.keydb
Subinterfaces of IAttrSet in com.netscape.certsrv.dbs.keydbModifier and TypeInterfaceDescriptioninterfaceAn interface contains constants for key record. -
Uses of IAttrSet in com.netscape.certsrv.dbs.repository
Subinterfaces of IAttrSet in com.netscape.certsrv.dbs.repositoryModifier and TypeInterfaceDescriptioninterfaceAn interface represents a generic repository record. -
Uses of IAttrSet in com.netscape.certsrv.notification
Subinterfaces of IAttrSet in com.netscape.certsrv.notificationModifier and TypeInterfaceDescriptioninterfaceAn interface represents email resolver (ordered) keys for resolving emails e.g. -
Uses of IAttrSet in com.netscape.certsrv.pattern
Subclasses with type arguments of type IAttrSet in com.netscape.certsrv.patternModifier and TypeClassDescriptionclassThis class represents a collection of attribute sets.Methods in com.netscape.certsrv.pattern that return IAttrSetModifier and TypeMethodDescriptionAttrSetCollection.getAttrSet(String name) Retrieves a attribute set from this collection.Methods in com.netscape.certsrv.pattern with parameters of type IAttrSetModifier and TypeMethodDescriptionvoidAttrSetCollection.putAttrSet(String name, IAttrSet set) Sets attribute set in this collection.Pattern.substitute(String key, IAttrSet attrSet) Subtitutes this pattern with the given attribute set.Pattern.substitute2(String key, IAttrSet attrSet) Subtitutes this pattern with the given attribute set. -
Uses of IAttrSet in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return IAttrSet -
Uses of IAttrSet in com.netscape.cms.servlet.admin
Classes in com.netscape.cms.servlet.admin that implement IAttrSetModifier and TypeClassDescriptionclassAuthentication Credentials as input to the authMgr -
Uses of IAttrSet in com.netscape.cms.servlet.common
Classes in com.netscape.cms.servlet.common that implement IAttrSetModifier and TypeClassDescriptionclassAuthentication Credentials as input to the authMgr -
Uses of IAttrSet in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement IAttrSetModifier and TypeClassDescriptionclassA class represents a serializable certificate record.classA class represents a CRL issuing point record.classclassA class represents a Key record.classA class represents a repository record. -
Uses of IAttrSet in com.netscape.cmscore.notification
Classes in com.netscape.cmscore.notification that implement IAttrSetModifier and TypeClassDescriptionclassEmail resolver keys as input to email resolvers -
Uses of IAttrSet in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IAttrSetModifier and TypeClassDescriptionclassclassA request record is the stored version of a request.Methods in com.netscape.cmscore.request that return IAttrSet -
Uses of IAttrSet in com.netscape.cmscore.usrgrp
Classes in com.netscape.cmscore.usrgrp that implement IAttrSet -
Uses of IAttrSet in org.dogtagpki.server.authorization
Classes in org.dogtagpki.server.authorization that implement IAttrSetModifier and TypeClassDescriptionclassAuthorization token returned by Authorization Managers.