Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Session
- 
Packages that use ServiceProviderToken.Session Package Description com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token 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.Session Modifier and Type Method Description ServiceProviderToken.SessionServiceProviderToken.Session.Builder. build()ServiceProviderToken.SessionServiceProviderToken. getSession()Returns theSessionassociated with the token.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token with parameters of type ServiceProviderToken.Session Modifier and Type Method Description ServiceProviderToken.ServiceProviderTokenBuilderServiceProviderToken.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. 
 -