Class UserInfoCheckerImpl
- java.lang.Object
-
- io.jenkins.plugins.tuleap_oauth.checks.UserInfoCheckerImpl
-
- All Implemented Interfaces:
UserInfoChecker
public class UserInfoCheckerImpl extends Object implements UserInfoChecker
-
-
Constructor Summary
Constructors Constructor Description UserInfoCheckerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkUserInfoResponseBody(io.jenkins.plugins.tuleap_api.client.authentication.UserInfo userInfo, com.auth0.jwt.interfaces.DecodedJWT idToken)
-
-
-
Method Detail
-
checkUserInfoResponseBody
public boolean checkUserInfoResponseBody(io.jenkins.plugins.tuleap_api.client.authentication.UserInfo userInfo, com.auth0.jwt.interfaces.DecodedJWT idToken)
- Specified by:
checkUserInfoResponseBody
in interfaceUserInfoChecker
-
-