Uses of Interface
io.jenkins.plugins.tuleap_api.client.authentication.AccessToken
-
-
Uses of AccessToken in io.jenkins.plugins.tuleap_api.client
Methods in io.jenkins.plugins.tuleap_api.client with parameters of type AccessToken Modifier and Type Method Description ProjectProjectApi. getProjectByShortname(String shortname, AccessToken token)List<UserGroup>ProjectApi. getProjectUserGroups(Integer projectId, AccessToken token)UserGroupUserGroupsApi. getUserGroup(String groupId, AccessToken accessToken)List<UserGroup>UserApi. getUserMembership(AccessToken accessToken)List<UserGroup>UserApi. getUserMembershipName(AccessToken accessToken)Deprecated. -
Uses of AccessToken in io.jenkins.plugins.tuleap_api.client.authentication
Methods in io.jenkins.plugins.tuleap_api.client.authentication that return AccessToken Modifier and Type Method Description AccessTokenAccessTokenApi. getAccessToken(String codeVerifier, String authorizationCode, String clientId, Secret clientSecret)AccessTokenAccessTokenApi. refreshToken(AccessToken accessToken, String clientId, Secret clientSecret)Methods in io.jenkins.plugins.tuleap_api.client.authentication with parameters of type AccessToken Modifier and Type Method Description UserInfoOpenIDClientApi. getUserInfo(AccessToken accessToken)AccessTokenAccessTokenApi. refreshToken(AccessToken accessToken, String clientId, Secret clientSecret) -
Uses of AccessToken in io.jenkins.plugins.tuleap_api.client.internals
Methods in io.jenkins.plugins.tuleap_api.client.internals that return AccessToken Modifier and Type Method Description AccessTokenTuleapAuthenticationApiAuthenticationClient. getAccessToken(String codeVerifier, String authorizationCode, String clientId, Secret clientSecret)AccessTokenTuleapAuthenticationApiAuthenticationClient. refreshToken(AccessToken accessToken, String clientId, Secret clientSecret)Methods in io.jenkins.plugins.tuleap_api.client.internals with parameters of type AccessToken Modifier and Type Method Description ProjectTuleapApiClient. getProjectByShortname(String shortname, AccessToken token)List<UserGroup>TuleapApiClient. getProjectUserGroups(Integer projectId, AccessToken token)UserGroupTuleapApiClient. getUserGroup(String groupId, AccessToken accessToken)UserInfoTuleapAuthenticationApiAuthenticationClient. getUserInfo(AccessToken accessToken)List<UserGroup>TuleapApiClient. getUserMembership(AccessToken accessToken)List<UserGroup>TuleapApiClient. getUserMembershipName(AccessToken accessToken)Deprecated.Use getUserMembership() instead.AccessTokenTuleapAuthenticationApiAuthenticationClient. refreshToken(AccessToken accessToken, String clientId, Secret clientSecret) -
Uses of AccessToken in io.jenkins.plugins.tuleap_api.client.internals.entities.authentication
Classes in io.jenkins.plugins.tuleap_api.client.internals.entities.authentication that implement AccessToken Modifier and Type Class Description classAccessTokenEntity -
Uses of AccessToken in io.jenkins.plugins.tuleap_api.client.internals.entities.authentication.validators
Methods in io.jenkins.plugins.tuleap_api.client.internals.entities.authentication.validators with parameters of type AccessToken Modifier and Type Method Description voidAccessTokenValidator. validateAccessTokenBody(AccessToken accessToken)voidAccessTokenValidatorImpl. validateAccessTokenBody(AccessToken accessToken)voidAccessTokenValidator. validateIDToken(AccessToken accessToken)voidAccessTokenValidatorImpl. validateIDToken(AccessToken accessToken)
-