Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.ServiceProviderTokenBuilder
Packages that use ServiceProviderToken.ServiceProviderTokenBuilder
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of ServiceProviderToken.ServiceProviderTokenBuilder in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that return ServiceProviderToken.ServiceProviderTokenBuilderModifier and TypeMethodDescriptionServiceProviderToken.ServiceProviderTokenBuilder.authorizedBy(String user) Sets theuserthat authorized the request token and returnsthisbuilder to allow other optional attributes to be set or the final requestTokeninstance to be constructed.Sets thecallbackattribute of the token and returnsthisbuilder to allow other optional attributes to be set or the final requestTokeninstance to be constructed.ServiceProviderToken.ServiceProviderTokenBuilder.creationTime(long creationTime) Sets thecreationTimeattribute of the token and returnsthisbuilder to allow other optional attributes to be set or the final requestTokeninstance to be constructed.Sets theuserthat denied the request token and returnsthisbuilder to allow other optional attributes to be set or the final requestTokeninstance to be constructed.ServiceProviderToken.newAccessToken(String token) Static factory method that starts the process of building an accessServiceProviderTokeninstance.ServiceProviderToken.newRequestToken(String token) Static factory method that starts the process of building a requestServiceProviderTokeninstance.ServiceProviderToken.ServiceProviderTokenBuilder.session(ServiceProviderToken.Session session) Sets thesessionattribute of the token and returnsthisbuilder to allow other optional attributes to be set or the final requestTokeninstance to be constructed.ServiceProviderToken.ServiceProviderTokenBuilder.timeToLive(long timeToLive) Sets thetimeToLiveattribute of the token and returnsthisbuilder to allow other optional attributes to be set or the final requestTokeninstance to be constructed.Sets theverifiervalue to use to determine that the authorizing user is the same as the user swapping the request token for an access token and returnsthisbuilder to allow other optional attributes to be set or the final requestTokeninstance to be constructed.