Uses of Interface
com.reprezen.kaizen.oasparser.model3.SecurityParameter
-
Packages that use SecurityParameter Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 com.reprezen.kaizen.oasparser.val3 -
-
Uses of SecurityParameter in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return SecurityParameter Modifier and Type Method Description SecurityParameterSecurityRequirement. getRequirement(String name)Methods in com.reprezen.kaizen.oasparser.model3 that return types with arguments of type SecurityParameter Modifier and Type Method Description Map<String,SecurityParameter>SecurityRequirement. getRequirements()Map<String,SecurityParameter>SecurityRequirement. getRequirements(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.model3 with parameters of type SecurityParameter Modifier and Type Method Description voidSecurityRequirement. setRequirement(String name, SecurityParameter requirement)Method parameters in com.reprezen.kaizen.oasparser.model3 with type arguments of type SecurityParameter Modifier and Type Method Description voidSecurityRequirement. setRequirements(Map<String,SecurityParameter> requirements) -
Uses of SecurityParameter in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement SecurityParameter Modifier and Type Class Description classSecurityParameterImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type SecurityParameter Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<SecurityParameter>SecurityParameterImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return SecurityParameter Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
SecurityParameterSecurityParameterImpl. create(OV modelMember)SecurityParameterSecurityRequirementImpl. getRequirement(String name)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type SecurityParameter Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<SecurityParameter>SecurityParameterImpl. builder(OV modelMember)Map<String,SecurityParameter>SecurityRequirementImpl. getRequirements()Map<String,SecurityParameter>SecurityRequirementImpl. getRequirements(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 with parameters of type SecurityParameter Modifier and Type Method Description voidSecurityRequirementImpl. setRequirement(String name, SecurityParameter requirement)Method parameters in com.reprezen.kaizen.oasparser.ovl3 with type arguments of type SecurityParameter Modifier and Type Method Description voidSecurityRequirementImpl. setRequirements(Map<String,SecurityParameter> requirements)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type SecurityParameter Constructor Description SecurityParameterImpl(SecurityParameter securityParameter, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr) -
Uses of SecurityParameter in com.reprezen.kaizen.oasparser.val3
Method parameters in com.reprezen.kaizen.oasparser.val3 with type arguments of type SecurityParameter Modifier and Type Method Description voidSecurityRequirementValidator. checkAllSchemesDefined(com.reprezen.jsonoverlay.Overlay<Map<String,SecurityParameter>> requirements)
-