Uses of Interface
com.netscape.certsrv.profile.IProfileSubsystem
-
Packages that use IProfileSubsystem Package Description com.netscape.certsrv.profile com.netscape.cms.profile.common com.netscape.cms.servlet.cert.scep com.netscape.cms.servlet.processors -
-
Uses of IProfileSubsystem in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile with parameters of type IProfileSubsystem Modifier and Type Method Description void
IProfile. init(IProfileSubsystem owner, IConfigStore config)
Initializes this profile. -
Uses of IProfileSubsystem in com.netscape.cms.profile.common
Fields in com.netscape.cms.profile.common declared as IProfileSubsystem Modifier and Type Field Description protected IProfileSubsystem
BasicProfile. mOwner
Methods in com.netscape.cms.profile.common with parameters of type IProfileSubsystem Modifier and Type Method Description void
BasicProfile. init(IProfileSubsystem owner, IConfigStore config)
Initializes this profile. -
Uses of IProfileSubsystem in com.netscape.cms.servlet.cert.scep
Fields in com.netscape.cms.servlet.cert.scep declared as IProfileSubsystem Modifier and Type Field Description protected IProfileSubsystem
CRSEnrollment. mProfileSubsystem
-
Uses of IProfileSubsystem in com.netscape.cms.servlet.processors
Fields in com.netscape.cms.servlet.processors declared as IProfileSubsystem Modifier and Type Field Description protected IProfileSubsystem
CAProcessor. ps
Methods in com.netscape.cms.servlet.processors that return IProfileSubsystem Modifier and Type Method Description IProfileSubsystem
CAProcessor. getProfileSubsystem()
-