Class OutboundTracing
java.lang.Object
io.helidon.security.integration.common.OutboundTracing
Tracing support for outbound security.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidLog error and finish the span.voidLog error and finish the span.Find closes parent span context.voidfinish()Finish the span.voidLog response status.protected SpanTracingConfig 
- 
Method Details
- 
finish
public void finish()Finish the span. - 
error
Log error and finish the span.- Parameters:
 message- log this message as the cause of failure
 - 
error
Log error and finish the span.- Parameters:
 throwable- throwable causing security to fail
 - 
findParent
Find closes parent span context.- Returns:
 - span context if found
 
 - 
logStatus
Log response status. This is to be used by authorization, authentication and outbound security. Top level security only traces proceed or deny.- Parameters:
 status- status to log
 - 
spanConfig
 
 -