Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session
Packages that use ServiceProviderToken.Session
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of ServiceProviderToken.Session in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that return ServiceProviderToken.SessionModifier and TypeMethodDescriptionServiceProviderToken.Session.Builder.build()ServiceProviderToken.getSession()Returns theSessionassociated with the token.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token with parameters of type ServiceProviderToken.SessionModifier and TypeMethodDescriptionServiceProviderToken.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.