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 Project
ProjectApi. getProjectByShortname(String shortname, AccessToken token)
List<UserGroup>
ProjectApi. getProjectUserGroups(Integer projectId, AccessToken token)
UserGroup
UserGroupsApi. 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 AccessToken
AccessTokenApi. getAccessToken(String codeVerifier, String authorizationCode, String clientId, Secret clientSecret)
AccessToken
AccessTokenApi. 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 UserInfo
OpenIDClientApi. getUserInfo(AccessToken accessToken)
AccessToken
AccessTokenApi. 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 AccessToken
TuleapAuthenticationApiAuthenticationClient. getAccessToken(String codeVerifier, String authorizationCode, String clientId, Secret clientSecret)
AccessToken
TuleapAuthenticationApiAuthenticationClient. 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 Project
TuleapApiClient. getProjectByShortname(String shortname, AccessToken token)
List<UserGroup>
TuleapApiClient. getProjectUserGroups(Integer projectId, AccessToken token)
UserGroup
TuleapApiClient. getUserGroup(String groupId, AccessToken accessToken)
UserInfo
TuleapAuthenticationApiAuthenticationClient. getUserInfo(AccessToken accessToken)
List<UserGroup>
TuleapApiClient. getUserMembership(AccessToken accessToken)
List<UserGroup>
TuleapApiClient. getUserMembershipName(AccessToken accessToken)
Deprecated.Use getUserMembership() instead.AccessToken
TuleapAuthenticationApiAuthenticationClient. 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 class
AccessTokenEntity
-
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 void
AccessTokenValidator. validateAccessTokenBody(AccessToken accessToken)
void
AccessTokenValidatorImpl. validateAccessTokenBody(AccessToken accessToken)
void
AccessTokenValidator. validateIDToken(AccessToken accessToken)
void
AccessTokenValidatorImpl. validateIDToken(AccessToken accessToken)
-