Uses of Enum Class
io.quarkus.security.spi.SecurityTransformer.AuthorizationType
-
Uses of SecurityTransformer.AuthorizationType in io.quarkus.security.spi
Methods in io.quarkus.security.spi that return SecurityTransformer.AuthorizationTypeModifier and TypeMethodDescriptionAdditionalSecurityAnnotationBuildItem.getAuthorizationType()Returns the enum constant of this class with the specified name.SecurityTransformer.AuthorizationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.security.spi with parameters of type SecurityTransformer.AuthorizationTypeModifier and TypeMethodDescriptionOptional<org.jboss.jandex.AnnotationInstance> SecurityTransformer.findFirstSecurityAnnotation(org.jboss.jandex.AnnotationTarget annotationTarget, SecurityTransformer.AuthorizationType... authorizationTypes) Optional<org.jboss.jandex.AnnotationInstance> SecurityTransformerBuildItem.SecurityTransformerImpl.findFirstSecurityAnnotation(org.jboss.jandex.AnnotationTarget annotationTarget, SecurityTransformer.AuthorizationType... authorizationTypes) Collection<org.jboss.jandex.DotName> SecurityTransformer.getSecurityAnnotationNames(SecurityTransformer.AuthorizationType... authorizationTypes) Collection<org.jboss.jandex.DotName> SecurityTransformerBuildItem.SecurityTransformerImpl.getSecurityAnnotationNames(SecurityTransformer.AuthorizationType... authorizationTypes) booleanSecurityTransformer.hasSecurityAnnotation(org.jboss.jandex.AnnotationTarget annotationTarget, SecurityTransformer.AuthorizationType... authorizationTypes) booleanSecurityTransformerBuildItem.SecurityTransformerImpl.hasSecurityAnnotation(org.jboss.jandex.AnnotationTarget annotationTarget, SecurityTransformer.AuthorizationType... authorizationTypes) booleanSecurityTransformer.isSecurityAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, SecurityTransformer.AuthorizationType... authorizationTypes) booleanSecurityTransformerBuildItem.SecurityTransformerImpl.isSecurityAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, SecurityTransformer.AuthorizationType... authorizationTypes) Constructors in io.quarkus.security.spi with parameters of type SecurityTransformer.AuthorizationTypeModifierConstructorDescriptionAdditionalSecurityAnnotationBuildItem(org.jboss.jandex.DotName securityAnnotationName, SecurityTransformer.AuthorizationType authorizationType) Constructor parameters in io.quarkus.security.spi with type arguments of type SecurityTransformer.AuthorizationTypeModifierConstructorDescriptionSecurityTransformerBuildItem(Map<SecurityTransformer.AuthorizationType, Set<org.jboss.jandex.DotName>> authorizationTypeToSecurityAnnotations, Predicate<org.jboss.jandex.ClassInfo> isInterfaceWithTransformations, Set<org.jboss.jandex.DotName> securedAnnotations)