public interface RequestMetadata
RequestManager. These details are used to set up
auditing, logging and profiling.| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getDetails() |
String |
getProtocol() |
String |
getRemoteAddress() |
String |
getSessionId() |
boolean |
hasSessionId() |
boolean |
isSecure() |
@Nonnull String getAction()
@Nullable String getDetails()
null if not relevant@Nullable String getRemoteAddress()
null if
this information is not available@Nullable String getSessionId()
null if there is no
session availableboolean hasSessionId()
true iff a session is availableboolean isSecure()
true if the request is being made over a secure protocol; otherwise, falseCopyright © 2019 Atlassian. All rights reserved.