Brownie
Session
Controller
@RestController
@RequestMapping(value = "BASE_EQUINOX_ENDPOINT + SESSIONS_KEY"
)
The BrownieSessionController class is
useful to manage all the BrownieSession
operations
Author
N7ghtm4r3 - Tecknobit
See also
Properties
Link copied to clipboard
brownieServerProtector
instance of the ServerProtector
used to protect the accesses to a private backend instance
Link copied to clipboard
Link copied to clipboard
currentBrownieSession
the current Brownie's session used in the request
Link copied to clipboard
hostsService the support
service used to manage the hosts data
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sessionsService the support
service used to manage the sessions data
Link copied to clipboard
SOMETHING_WENT_WRONG_MESSAGE
the key of the message sent to the clients when a remote SSH
connection failed
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@DeleteMapping(path = "/{" + IDENTIFIER_KEY + "}"
)
Endpoint used to delete an existing
session
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method to retrieve a BrownieHost
checking the identifier of the session and its identifier
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method to check whether a session exists by
its id
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard