All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cloudbees.api.OAuthObject Maven / Gradle / Ivy

package com.cloudbees.api;

import com.cloudbees.api.oauth.OauthClient;
import org.codehaus.jackson.annotate.JsonIgnore;

/**
 * Remote object created by {@link OauthClient}, accessible to {@link OauthClientImpl}.
 *
 * @author Kohsuke Kawaguchi
 */
public class OAuthObject {
    @JsonIgnore
    protected transient OauthClientImpl owner;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy