Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken.Authorization
-
Packages that use ServiceProviderToken.Authorization 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.Authorization in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that return ServiceProviderToken.Authorization Modifier and Type Method Description ServiceProviderToken.Authorization
ServiceProviderToken. getAuthorization()
Returns the authorization status of this token.static ServiceProviderToken.Authorization
ServiceProviderToken.Authorization. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceProviderToken.Authorization[]
ServiceProviderToken.Authorization. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-