Uses of Interface
com.netscape.certsrv.profile.IProfileContext
-
Packages that use IProfileContext Package Description com.netscape.certsrv.profile com.netscape.cms.profile.common com.netscape.cms.profile.input com.netscape.cms.profile.output com.netscape.cms.servlet.cert -
-
Uses of IProfileContext in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return IProfileContext Modifier and Type Method Description IProfileContext
IProfile. createContext()
Retrieves profile context.Methods in com.netscape.certsrv.profile with parameters of type IProfileContext Modifier and Type Method Description IRequest[]
IProfile. createRequests(IProfileContext ctx, java.util.Locale locale)
Creates one or more requests.void
IProfileInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
IProfileOutput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
IProfile. populateInput(IProfileContext ctx, IRequest request)
Populates user-supplied input values into the requests. -
Uses of IProfileContext in com.netscape.cms.profile.common
Classes in com.netscape.cms.profile.common that implement IProfileContext Modifier and Type Class Description class
ProfileContext
This class implements the profile context.Methods in com.netscape.cms.profile.common that return IProfileContext Modifier and Type Method Description abstract IProfileContext
BasicProfile. createContext()
IProfileContext
EnrollProfile. createContext()
Methods in com.netscape.cms.profile.common with parameters of type IProfileContext Modifier and Type Method Description abstract IRequest[]
BasicProfile. createRequests(IProfileContext ctx, java.util.Locale locale)
Creates request.IRequest[]
EnrollProfile. createRequests(IProfileContext ctx, java.util.Locale locale)
Creates request.void
BasicProfile. populateInput(IProfileContext ctx, IRequest request)
void
EnrollProfile. populateInput(IProfileContext ctx, IRequest request)
Populate input -
Uses of IProfileContext in com.netscape.cms.profile.input
Methods in com.netscape.cms.profile.input with parameters of type IProfileContext Modifier and Type Method Description void
CertReqInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
CMCCertReqInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
DualKeyGenInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
EncryptionKeyGenInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.abstract void
EnrollInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
FileSigningInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
GenericInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
ImageInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
KeyGenInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
nsHKeyCertReqInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
nsNKeyCertReqInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SerialNumRenewInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SigningKeyGenInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SubjectAltNameExtInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SubjectDNInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SubjectNameInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SubmitterInfoInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default. -
Uses of IProfileContext in com.netscape.cms.profile.output
Methods in com.netscape.cms.profile.output with parameters of type IProfileContext Modifier and Type Method Description void
CertOutput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
CMMFOutput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.abstract void
EnrollOutput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
nsNKeyOutput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
PKCS7Output. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default. -
Uses of IProfileContext in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert with parameters of type IProfileContext Modifier and Type Method Description protected void
CertProcessor. populateRequests(CertEnrollmentRequest data, boolean isRenewal, java.util.Locale locale, java.util.Date origNotAfter, java.lang.String origSubjectDN, IRequest origReq, java.lang.String profileId, IProfile profile, IProfileContext ctx, IProfileAuthenticator authenticator, IAuthToken authToken, IRequest[] reqs)
protected void
CertProcessor. setCredentialsIntoContext(javax.servlet.http.HttpServletRequest request, AuthCredentials creds, IProfileAuthenticator authenticator, IProfileContext ctx)
-