Uses of Annotation Type
security.whisper.javastix.validation.constraints.vocab.Vocab
Packages that use Vocab
Package
Description
-
Uses of Vocab in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types with annotations of type VocabModifier and TypeMethodDescription@NotNull @Vocab(NetworkSocketAddressFamilies.class) StringNetworkSocketExtensionExt.getAddressFamily()@NotNull @Vocab(WindowsPeBinaryTypes.class) StringWindowsPeBinaryFileExtensionExt.getPeType() -
Uses of Vocab in security.whisper.javastix.datamarkings.objects
Methods in security.whisper.javastix.datamarkings.objects with annotations of type VocabModifier and TypeMethodDescription@NotNull @Vocab(TlpLevels.class) StringTlpMarkingObject.getTlp() -
Uses of Vocab in security.whisper.javastix.sdo.objects
Methods in security.whisper.javastix.sdo.objects with annotations of type VocabModifier and TypeMethodDescriptionMalwareAnalysisSdo.getAvResult()GroupingSdo.getContext()@NotBlank @Vocab(IdentityClasses.class) StringIdentitySdo.getIdentityClass()IndicatorSdo.getIndicatorTypes()@NotNull @Size(min=1) @Vocab(InfrastructureTypes.class) Set<@Length(min=1) String> InfrastructureSdo.getInfrastructureTypes()@NotNull @Size(min=1) @Vocab(IndicatorLabels.class) Set<@Length(min=1) String> IndicatorSdo.getLabels()default @Vocab(MalwareLabels.class) @NotNull @Size(min=1,message="At least one label from malware-label-ov must be used") Set<@Length(min=1) String> MalwareSdo.getLabels()default @NotNull @Size(min=1,message="Must have at least one value from threat-actor-label-ov") @Vocab(ThreatActorLabels.class) Set<@Size(min=1) String> ThreatActorSdo.getLabels()default @NotNull @Vocab(ToolLabels.class) Set<@Length(min=1) String> ToolSdo.getLabels()@NotBlank @Vocab(OpinionEnum.class) StringOpinionSdo.getOpinion()default @NotNull @Vocab(AttackMotivations.class) Set<String> ThreatActorSdo.getPersonalMotivations()default @NotNull @Vocab(ThreatActorRoles.class) Set<String> ThreatActorSdo.getRoles()default @NotNull @Vocab(AttackMotivations.class) Set<String> IntrusionSetSdo.getSecondaryMotivations()default @NotNull @Vocab(AttackMotivations.class) Set<String> ThreatActorSdo.getSecondaryMotivations()default @NotNull @Vocab(IndustrySectors.class) Set<String> IdentitySdo.getSectors() -
Uses of Vocab in security.whisper.javastix.sro.objects
Methods in security.whisper.javastix.sro.objects with annotations of type VocabModifier and TypeMethodDescription@NotBlank @Vocab(RelationshipTypes.class) StringRelationshipSro.getRelationshipType() -
Uses of Vocab in security.whisper.javastix.validation.constraints.vocab
Methods in security.whisper.javastix.validation.constraints.vocab with parameters of type VocabModifier and TypeMethodDescriptionvoidStixVocabValidatorCollection.initialize(Vocab vocabConstraint) voidStixVocabValidatorOptionalString.initialize(Vocab vocabConstraint) voidStixVocabValidatorString.initialize(Vocab vocabConstraint)