Uses of Class
org.apache.syncope.core.keymaster.internal.InternalConfParamHelper
-
Packages that use InternalConfParamHelper Package Description org.apache.syncope.core.keymaster.internal org.apache.syncope.core.logic org.apache.syncope.core.starter -
-
Uses of InternalConfParamHelper in org.apache.syncope.core.keymaster.internal
Fields in org.apache.syncope.core.keymaster.internal declared as InternalConfParamHelper Modifier and Type Field Description protected InternalConfParamHelper
SelfKeymasterInternalConfParamOps. helper
Constructors in org.apache.syncope.core.keymaster.internal with parameters of type InternalConfParamHelper Constructor Description SelfKeymasterInternalConfParamOps(InternalConfParamHelper helper)
-
Uses of InternalConfParamHelper in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as InternalConfParamHelper Modifier and Type Field Description protected InternalConfParamHelper
ConfParamLogic. helper
Constructors in org.apache.syncope.core.logic with parameters of type InternalConfParamHelper Constructor Description ConfParamLogic(InternalConfParamHelper helper)
-
Uses of InternalConfParamHelper in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return InternalConfParamHelper Modifier and Type Method Description InternalConfParamHelper
SelfKeymasterContext. internalConfParamHelper(ConfParamDAO confParamDAO, SelfKeymasterEntityFactory entityFactory)
Methods in org.apache.syncope.core.starter with parameters of type InternalConfParamHelper Modifier and Type Method Description ConfParamLogic
SelfKeymasterContext. confParamLogic(InternalConfParamHelper helper)
ConfParamOps
SelfKeymasterContext. internalConfParamOps(InternalConfParamHelper helper)
-