| Package | Description |
|---|---|
| org.odpi.openmetadata.userinterface.uichassis.springboot.api | |
| org.odpi.openmetadata.userinterface.uichassis.springboot.auth |
| Modifier and Type | Method and Description |
|---|---|
TokenUser |
UserInfoController.getUser(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
default TokenUser |
AuthService.fromJSON(String userJSON) |
TokenUser |
UserAuthentication.getDetails() |
default TokenUser |
AuthService.getTokenUser(org.springframework.security.core.Authentication authentication) |
default TokenUser |
AuthService.parseUserFromToken(String token,
String secret) |
| Modifier and Type | Method and Description |
|---|---|
default String |
AuthService.createTokenForUser(TokenUser user,
String secret) |
String |
RedisAuthService.createTokenForUser(TokenUser user,
String secret)
creates a token without expiration
expiration is to be validated against redis
|
default String |
AuthService.toJSON(TokenUser user) |
| Constructor and Description |
|---|
UserAuthentication(TokenUser user) |
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.