Uses of Class
de.dlr.proseo.api.prip.OAuth2TokenManager.UserInfo
Packages that use OAuth2TokenManager.UserInfo
Package
Description
prosEO API conforming to ESA's Production Interface Delivery Point API (ESA-EOPG-EOPGC-TN-7)
-
Uses of OAuth2TokenManager.UserInfo in de.dlr.proseo.api.prip
Methods in de.dlr.proseo.api.prip that return OAuth2TokenManager.UserInfoModifier and TypeMethodDescription(package private) OAuth2TokenManager.UserInfoProductionInterfaceSecurity.authenticateUser(OAuth2TokenManager.UserInfo userInfo) Check user credentials and authorities with User Manager(package private) OAuth2TokenManager.UserInfoGets the user information for the given usernameOAuth2TokenManager.getUserInfoFromToken(String token) Analyze a given OAuth2 token (JSON Web Token format) and return the user information associated with the token(package private) OAuth2TokenManager.UserInfoProductionInterfaceSecurity.parseAuthenticationHeader(String authHeader) Parse an HTTP authentication header into mission, username and password and set the respective thread-local attributesMethods in de.dlr.proseo.api.prip with parameters of type OAuth2TokenManager.UserInfoModifier and TypeMethodDescription(package private) OAuth2TokenManager.UserInfoProductionInterfaceSecurity.authenticateUser(OAuth2TokenManager.UserInfo userInfo) Check user credentials and authorities with User Manager