Uses of Class
io.helidon.security.SecurityLevel.SecurityLevelBuilder
Packages that use SecurityLevel.SecurityLevelBuilder
-
Uses of SecurityLevel.SecurityLevelBuilder in io.helidon.security
Methods in io.helidon.security that return SecurityLevel.SecurityLevelBuilderModifier and TypeMethodDescriptionSecurityLevel.SecurityLevelBuilder.addClassAnnotation(Annotation annotation) Add a class annotation to the list of annotations already configured.SecurityLevel.SecurityLevelBuilder.addClassAnnotation(Annotation annotation) Add a class annotation to the list of annotations already configured.SecurityLevel.SecurityLevelBuilder.addMethodAnnotation(Annotation annotation) Add a method annotation to the list of annotations already configured.SecurityLevel.SecurityLevelBuilder.addMethodAnnotation(Annotation annotation) Add a method annotation to the list of annotations already configured.SecurityLevel.builder()Create a new fluent API builder for this type.SecurityLevel.SecurityLevelBuilder.classAnnotations(List<Annotation> annotations) Class annotation of the analyzed type.SecurityLevel.create(SecurityLevel copyFrom) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.useSecurityLevel.builder()andtype(io.helidon.common.types.TypeName)insteadSecurityLevel.SecurityLevelBuilder.from(SecurityLevel level) Use the provided level as defaults for components not explicitly set on this builder.SecurityLevel.SecurityLevelBuilder.methodAnnotations(List<Annotation> annotations) Set list of method annotations.SecurityLevel.SecurityLevelBuilder.methodName(String methodName) Method name of the method being secured.The analyzed type.The analyzed type.SecurityLevel.SecurityLevelBuilder.withClassAnnotations(Map<Class<? extends Annotation>, List<Annotation>> classAnnotations) Deprecated, for removal: This API element is subject to removal in a future version.useclassAnnotations(java.util.List)insteadSecurityLevel.SecurityLevelBuilder.withMethodAnnotations(Map<Class<? extends Annotation>, List<Annotation>> methodAnnotations) Deprecated, for removal: This API element is subject to removal in a future version.usemethodAnnotations(java.util.List)insteadSecurityLevel.SecurityLevelBuilder.withMethodName(String methodName) Deprecated, for removal: This API element is subject to removal in a future version.usemethodName(String)instead
SecurityLevel.builder()andfrom(io.helidon.security.SecurityLevel)instead