Hvl Session Server

Havelsan session services info
More information: https://www.havelsan.com.tr
Contact Info: BIT_JAVA_ALTYAPI_YAZILIM_MIM_TK@havelsan.com.tr
Version: 5.1.0-SNAPSHOT
Apache License Version 2.0
https://www.apache.org/licenses/LICENSE-2.0

Access

Methods

[ Jump to Models ]

Table of Contents

SessionAPI

SystemSessionAPI

SessionAPI

Up
post /begin
Creates session on security block (begin)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSecuritySession (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /close
Close session on security block belong to identifier (close)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /close/session
Close all session on security block belong to parameter session (close1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSession (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
get /close-all
Close all session on security (closeAll1)

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
get /close-all/by-username/{username}
Close all session on security block belong to username (closeAll2)

Path parameters

username (required)
Path Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
get /close-all/user
Close all session on security (closeAllByUser1)

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /close-all/identifiers
Close all session on security block belong to parameter list of identifiers (closeAllIdentifiers)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /close-all/sessions
Close all session on security block belong to parameter list of sessions (closeAllSessions1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSession (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /close-all/sessions/user
Close all session on security block belong to parameter list of sessions with controlling current user (closeAllSessionsByUser1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSession (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /close-all/users
Close all session on security block belong to parameter list of users (closeAllUsers1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /close/user
Close session on security block belong to identifier (closeByUser)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
get /count/by-current-user
(countByCurrentUser)

Return type

HvlResponseLong

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseLong

Up
post /exist
(exist)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

HvlResponseBoolean

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseBoolean

Up
get /session
Gets the session according to current session's identifier (get1)

Return type

HvlResponseHvlSecuritySession

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : {
    "session" : {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    },
    "authorities" : [ {
      "role" : "role",
      "authority" : "authority"
    }, {
      "role" : "role",
      "authority" : "authority"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseHvlSecuritySession

Up
post /page
Queries sessions as paginated according to criteria in query model (queryPage1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSessionQueryModel (required)
Body Parameter

Return type

HvlResponseHvlPageHvlSession

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : {
    "data" : [ {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    }, {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    } ],
    "totalPages" : 6,
    "pageable" : {
      "pageNumber" : 1,
      "pageSize" : 5,
      "sort" : {
        "properties" : [ "properties", "properties" ],
        "direction" : "ASC"
      }
    },
    "totalElements" : 0
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseHvlPageHvlSession

Up
post /page/user
Queries sessions as paginated according to criteria in query model (queryPageByUser1)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSessionQueryModel (required)
Body Parameter

Return type

HvlResponseHvlPageHvlSession

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : {
    "data" : [ {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    }, {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    } ],
    "totalPages" : 6,
    "pageable" : {
      "pageNumber" : 1,
      "pageSize" : 5,
      "sort" : {
        "properties" : [ "properties", "properties" ],
        "direction" : "ASC"
      }
    },
    "totalElements" : 0
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseHvlPageHvlSession

SystemSessionAPI

Up
get /system-session/close-all
Close all system session on security (closeAll)

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
get /system-session/close-all/user
Close all session on security (closeAllByUser)

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /system-session/close-all/sessions
Close all system session on security block belong to parameter list of system sessions (closeAllSessions)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSession (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /system-session/close-all/sessions/user
Close all session on security block belong to parameter list of sessions with controlling current user (closeAllSessionsByUser)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSession (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
post /system-session/close-all/users
Close all session on security block belong to parameter list of users (closeAllUsers)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body string (required)
Body Parameter

Return type

HvlResponseVoid

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : { }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseVoid

Up
get /system-session/session
(get)

Return type

HvlResponseHvlSecuritySession

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : {
    "session" : {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    },
    "authorities" : [ {
      "role" : "role",
      "authority" : "authority"
    }, {
      "role" : "role",
      "authority" : "authority"
    } ]
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseHvlSecuritySession

Up
post /system-session/page
Queries system sessions as paginated according to criteria in query model (queryPage)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSessionQueryModel (required)
Body Parameter

Return type

HvlResponseHvlPageHvlSession

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : {
    "data" : [ {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    }, {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    } ],
    "totalPages" : 6,
    "pageable" : {
      "pageNumber" : 1,
      "pageSize" : 5,
      "sort" : {
        "properties" : [ "properties", "properties" ],
        "direction" : "ASC"
      }
    },
    "totalElements" : 0
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseHvlPageHvlSession

Up
post /system-session/page/user
Queries system sessions as paginated according to criteria in query model (queryPageByUser)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

body HvlSessionQueryModel (required)
Body Parameter

Return type

HvlResponseHvlPageHvlSession

Example data

Content-Type: application/json
{
  "errorDetail" : {
    "errorClassName" : "errorClassName",
    "service" : "service",
    "errorMessage" : "errorMessage",
    "errorCode" : "errorCode",
    "errorDetail" : "errorDetail",
    "time" : "2000-01-23T04:56:07.000+00:00",
    "uuid" : "uuid",
    "errorArguments" : [ { }, { } ]
  },
  "body" : {
    "data" : [ {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    }, {
      "identifier" : "identifier",
      "system" : true,
      "createdDate" : "2000-01-23T04:56:07.000+00:00",
      "attributeMap" : {
        "key" : { }
      },
      "locale" : {
        "unicodeLocaleKeys" : [ "unicodeLocaleKeys", "unicodeLocaleKeys" ],
        "country" : "country",
        "displayName" : "displayName",
        "iso3Language" : "iso3Language",
        "language" : "language",
        "displayVariant" : "displayVariant",
        "iso3Country" : "iso3Country",
        "displayLanguage" : "displayLanguage",
        "script" : "script",
        "unicodeLocaleAttributes" : [ "unicodeLocaleAttributes", "unicodeLocaleAttributes" ],
        "displayCountry" : "displayCountry",
        "variant" : "variant",
        "extensionKeys" : [ "extensionKeys", "extensionKeys" ],
        "displayScript" : "displayScript"
      },
      "tenantIdentifier" : "tenantIdentifier",
      "username" : "username"
    } ],
    "totalPages" : 6,
    "pageable" : {
      "pageNumber" : 1,
      "pageSize" : 5,
      "sort" : {
        "properties" : [ "properties", "properties" ],
        "direction" : "ASC"
      }
    },
    "totalElements" : 0
  }
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK HvlResponseHvlPageHvlSession

Models

[ Jump to Methods ]

Table of Contents

  1. HvlErrorDetail
  2. HvlGrantedAuthority
  3. HvlPageHvlSession
  4. HvlPageable
  5. HvlResponseBoolean
  6. HvlResponseHvlPageHvlSession
  7. HvlResponseHvlSecuritySession
  8. HvlResponseLong
  9. HvlResponseVoid
  10. HvlSecuritySession
  11. HvlSession
  12. HvlSessionQueryModel
  13. HvlSession_locale
  14. HvlSort

HvlErrorDetail Up

uuid (optional)
errorClassName (optional)
errorCode (optional)
errorDetail (optional)
errorMessage (optional)
service (optional)
time (optional)
Date format: date-time
errorArguments (optional)

HvlGrantedAuthority Up

role (optional)
authority (optional)

HvlPageHvlSession Up

totalElements (optional)
Long format: int64
totalPages (optional)
Integer format: int32
pageable (optional)
data (optional)

HvlPageable Up

pageNumber (optional)
Integer format: int32
pageSize (optional)
Integer format: int32
sort (optional)

HvlResponseBoolean Up

body (optional)
errorDetail (optional)

HvlResponseHvlPageHvlSession Up

body (optional)
errorDetail (optional)

HvlResponseHvlSecuritySession Up

body (optional)
errorDetail (optional)

HvlResponseLong Up

body (optional)
Long format: int64
errorDetail (optional)

HvlResponseVoid Up

body (optional)
errorDetail (optional)

HvlSecuritySession Up

session
authorities (optional)

HvlSession Up

identifier (optional)
tenantIdentifier (optional)
username (optional)
locale (optional)
system (optional)
createdDate (optional)
Date format: date-time
attributeMap (optional)

HvlSessionQueryModel Up

pageable (optional)
filters (optional)
username (optional)

HvlSession_locale Up

language (optional)
displayName (optional)
country (optional)
variant (optional)
script (optional)
unicodeLocaleAttributes (optional)
unicodeLocaleKeys (optional)
displayLanguage (optional)
displayScript (optional)
displayCountry (optional)
displayVariant (optional)
extensionKeys (optional)
iso3Language (optional)
iso3Country (optional)

HvlSort Up

direction (optional)
Enum:
ASC
DESC
UNSORTED
properties (optional)