<!DOCTYPE html>
<html lang="en">
<head>

    <title>Hazelcast Management Center</title>

    <meta name="_csrf" content="56561e14-5c86-4b7d-b2ea-6f1f91aa6f4d"/>
    <!-- default header name is X-CSRF-TOKEN -->
    <meta name="_csrf_header" content="X-CSRF-TOKEN"/>
    <meta name="_current_user" content="anonymousUser"/>
    <meta name="ctx"/>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="/favicon.ico" type="image/png">
    <link href="/stylesheets/fonts-e6838f43ebea7f9502c5d1fb1ff01b52.css" rel="stylesheet" type="text/css"/>

    <script type="text/javascript">
      // we need to get the mancenter prefix from JAVA env somehow
      var ctxPath = document.querySelector("meta[name='ctx']").getAttribute('content');
      // and make sure it has a leading and tailing /
      window.MANCENTER_URL_PREFIX = ctxPath ? "/" + ctxPath.replace(/^\/|\/$/g, '') + "/" : "/";
    </script>
</head>

<body>
  <script>
    window.__SECURITY__ = {}

    function hasAnyRole(roleArray) {
      return roleArray.some(function (x) {
        return !!window.__SECURITY__[x]
      })
    }

    function hasRoleAdmin() {
      return !!window.__SECURITY__.ROLE_ADMIN
    }

    function hasRoleUser() {
      return !!window.__SECURITY__.ROLE_USER
    }

    function isAuthenticated() {
      return !!window.__SECURITY__.IS_AUTHENTICATED
    }
  </script>
  
  
  
  
  
  
  <div id="mc" />
  <script src="/javascripts/app-815f012dda2de61f4b8109a3d9b2129b.js"></script>
</body>
</html>
