Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.auth.TokenUser
-
Packages that use TokenUser Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.api org.odpi.openmetadata.userinterface.uichassis.springboot.auth -
-
Uses of TokenUser in org.odpi.openmetadata.userinterface.uichassis.springboot.api
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.api that return TokenUser Modifier and Type Method Description TokenUserUserInfoController. getUser(javax.servlet.http.HttpServletRequest request) -
Uses of TokenUser in org.odpi.openmetadata.userinterface.uichassis.springboot.auth
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth that return TokenUser Modifier and Type Method Description TokenUserTokenService. fromJSON(String userJSON)TokenUserUserAuthentication. getDetails()default TokenUserAuthService. getTokenUser(org.springframework.security.core.Authentication authentication)TokenUserTokenService. parseUserFromToken(String token, String secret)Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth with parameters of type TokenUser Modifier and Type Method Description StringRedisAuthService. createTokenForUser(TokenUser user, String secret)creates a token without expiration but expiration date is to be validated against redisStringTokenService. createTokenForUser(TokenUser user, String secret)Constructors in org.odpi.openmetadata.userinterface.uichassis.springboot.auth with parameters of type TokenUser Constructor Description UserAuthentication(TokenUser user)
-