Uses of Interface
com.netscape.certsrv.base.IAttrSet
-
-
Uses of IAttrSet in com.netscape.certsrv.authentication
Subinterfaces of IAttrSet in com.netscape.certsrv.authentication Modifier and Type Interface Description interfaceIAuthCredentialsAn interface represents authentication credentials: e.g.Classes in com.netscape.certsrv.authentication that implement IAttrSet Modifier and Type Class Description classAuthCredentialsAuthentication Credentials as input to the authMgr. -
Uses of IAttrSet in com.netscape.certsrv.authorization
Classes in com.netscape.certsrv.authorization that implement IAttrSet Modifier and Type Class Description classAuthzTokenAuthorization token returned by Authorization Managers. -
Uses of IAttrSet in com.netscape.certsrv.base
Classes in com.netscape.certsrv.base that implement IAttrSet Modifier and Type Class Description classMetaInfoA class represents meta information. -
Uses of IAttrSet in com.netscape.certsrv.dbs
Subinterfaces of IAttrSet in com.netscape.certsrv.dbs Modifier and Type Interface Description interfaceIDBObjAn 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 Modifier and Type Interface Description interfaceICertRecordAn interface contains constants for certificate record. -
Uses of IAttrSet in com.netscape.certsrv.dbs.crldb
Subinterfaces of IAttrSet in com.netscape.certsrv.dbs.crldb Modifier and Type Interface Description interfaceICRLIssuingPointRecordAn 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 Modifier and Type Interface Description interfaceIRepositoryRecordAn interface represents a generic repository record. -
Uses of IAttrSet in com.netscape.certsrv.kra
Classes in com.netscape.certsrv.kra that implement IAttrSet Modifier and Type Class Description classProofOfArchivalA class represents a proof of escrow. -
Uses of IAttrSet in com.netscape.certsrv.notification
Subinterfaces of IAttrSet in com.netscape.certsrv.notification Modifier and Type Interface Description interfaceIEmailResolverKeysAn 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 Modifier and Type Method Description IAttrSetAttrSetCollection. getAttrSet(java.lang.String name)Retrieves a attribute set from this collection.Methods in com.netscape.certsrv.pattern with parameters of type IAttrSet Modifier and Type Method Description voidAttrSetCollection. putAttrSet(java.lang.String name, IAttrSet set)Sets attribute set in this collection.java.lang.StringPattern. substitute(java.lang.String key, IAttrSet attrSet)Subtitutes this pattern with the given attribute set.java.lang.StringPattern. 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 Modifier and Type Interface Description interfaceIRequestRecordA request record is the stored version of a request.Methods in com.netscape.certsrv.request that return IAttrSet Modifier and Type Method Description IAttrSetIRequest. asIAttrSet() -
Uses of IAttrSet in com.netscape.certsrv.usrgrp
Subinterfaces of IAttrSet in com.netscape.certsrv.usrgrp Modifier and Type Interface Description interfaceIGroupThis interface defines the basic interfaces for an identity group.interfaceIUserThis interface defines the basic interfaces for a user identity. -
Uses of IAttrSet in com.netscape.cms.servlet.admin
Classes in com.netscape.cms.servlet.admin that implement IAttrSet Modifier and Type Class Description classAuthCredentialsAuthentication Credentials as input to the authMgr -
Uses of IAttrSet in com.netscape.cms.servlet.common
Classes in com.netscape.cms.servlet.common that implement IAttrSet Modifier and Type Class Description classAuthCredentialsAuthentication Credentials as input to the authMgr
-