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