Uses of Interface
com.netscape.certsrv.base.IAttrSet

Packages that use IAttrSet
com.netscape.certsrv.authentication   
com.netscape.certsrv.authorization   
com.netscape.certsrv.base   
com.netscape.certsrv.dbs   
com.netscape.certsrv.dbs.certdb   
com.netscape.certsrv.dbs.crldb   
com.netscape.certsrv.dbs.repository   
com.netscape.certsrv.kra   
com.netscape.certsrv.notification   
com.netscape.certsrv.pattern   
com.netscape.certsrv.request   
com.netscape.certsrv.usrgrp   
com.netscape.cms.servlet.common   
 

Uses of IAttrSet in com.netscape.certsrv.authentication
 

Subinterfaces of IAttrSet in com.netscape.certsrv.authentication
 interface IAuthCredentials
          An interface represents authentication credentials: e.g.
 

Uses of IAttrSet in com.netscape.certsrv.authorization
 

Classes in com.netscape.certsrv.authorization that implement IAttrSet
 class AuthzToken
          Authorization token returned by Authorization Managers.
 

Uses of IAttrSet in com.netscape.certsrv.base
 

Classes in com.netscape.certsrv.base that implement IAttrSet
 class MetaInfo
          A class represents meta information.
 

Uses of IAttrSet in com.netscape.certsrv.dbs
 

Subinterfaces of IAttrSet in com.netscape.certsrv.dbs
 interface IDBObj
          An interface represents a database object that is serializable.
 

Uses of IAttrSet in com.netscape.certsrv.dbs.certdb
 

Subinterfaces of IAttrSet in com.netscape.certsrv.dbs.certdb
 interface ICertRecord
          An interface contains constants for certificate record.
 

Uses of IAttrSet in com.netscape.certsrv.dbs.crldb
 

Subinterfaces of IAttrSet in com.netscape.certsrv.dbs.crldb
 interface ICRLIssuingPointRecord
          An interface that defines abilities of a CRL issuing point record.
 

Uses of IAttrSet in com.netscape.certsrv.dbs.repository
 

Subinterfaces of IAttrSet in com.netscape.certsrv.dbs.repository
 interface IRepositoryRecord
          An interface represents a generic repository record.
 

Uses of IAttrSet in com.netscape.certsrv.kra
 

Classes in com.netscape.certsrv.kra that implement IAttrSet
 class ProofOfArchival
          A class represents a proof of escrow.
 

Uses of IAttrSet in com.netscape.certsrv.notification
 

Subinterfaces of IAttrSet in com.netscape.certsrv.notification
 interface IEmailResolverKeys
          An interface represents email resolver (ordered) keys for resolving emails e.g.
 

Uses of IAttrSet in com.netscape.certsrv.pattern
 

Methods in com.netscape.certsrv.pattern that return IAttrSet
 IAttrSet AttrSetCollection.getAttrSet(java.lang.String name)
          Retrieves a attribute set from this collection.
 

Methods in com.netscape.certsrv.pattern with parameters of type IAttrSet
 void AttrSetCollection.putAttrSet(java.lang.String name, IAttrSet set)
          Sets attribute set in this collection.
 java.lang.String Pattern.substitute(java.lang.String key, IAttrSet attrSet)
          Subtitutes this pattern with the given attribute set.
 java.lang.String Pattern.substitute2(java.lang.String key, IAttrSet attrSet)
          Subtitutes this pattern with the given attribute set.
 

Uses of IAttrSet in com.netscape.certsrv.request
 

Subinterfaces of IAttrSet in com.netscape.certsrv.request
 interface IRequestRecord
          A request record is the stored version of a request.
 

Methods in com.netscape.certsrv.request that return IAttrSet
 IAttrSet IRequest.asIAttrSet()
          Deprecated.  
 

Uses of IAttrSet in com.netscape.certsrv.usrgrp
 

Subinterfaces of IAttrSet in com.netscape.certsrv.usrgrp
 interface IGroup
          This interface defines the basic interfaces for an identity group.
 interface IUser
          This interface defines the basic interfaces for a user identity.
 

Uses of IAttrSet in com.netscape.cms.servlet.common
 

Classes in com.netscape.cms.servlet.common that implement IAttrSet
 class AuthCredentials
          Authentication Credentials as input to the authMgr