public final class SessionContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SessionContext.Builder |
create() |
Locale |
getLocale() |
Instant |
getNow() |
UserContext |
getUserContext() |
Instant |
getValidFrom() |
Instant |
getValidTo() |
public static SessionContext.Builder create()
public UserContext getUserContext()
public Instant getNow()
public Instant getValidTo()
public Instant getValidFrom()
public Locale getLocale()
Copyright © 2020 SAP. All rights reserved.