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.Session
ServiceProviderToken.Session.Builder. build()
ServiceProviderToken.Session
ServiceProviderToken. getSession()
Returns theSession
associated 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.ServiceProviderTokenBuilder
ServiceProviderToken.ServiceProviderTokenBuilder. session(ServiceProviderToken.Session session)
Sets thesession
attribute of the token and returnsthis
builder to allow other optional attributes to be set or the final requestToken
instance to be constructed.
-