To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Immutable, request-safe snapshot of a {@link LoginNonce}. Built once per nonce (cached) and stashed on the current request so that privilege evaluation, the login-as banner, auditing and future features can cheaply tell whether the current session is a login-as session, who initiated it, and what restrictions apply - without re-loading the entity.
Properties
| Name | Returns | Notes |
|---|---|---|
| adminOrg | Long | |
| createdAt | Date | |
| device | String | |
| hostName | String | |
| loginAs | boolean | |
| nonce | String | |
| profile | Long | The profile being authenticated - for a login-as session this is the impersonated participant. |
| readOnly | boolean | |
| reason | String | |
| restrictions | Set<LoginAsRestriction> | |
| sourceIp | String | |
| sourceLocation | String | |
| sourceProfile | Long | For a login-as session, the profile that initiated the login-as (the manager/admin). Null for normal logins. |