mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
added java doc comments
This commit is contained in:
parent
d6b6da9c14
commit
ebc6c6ec11
@ -64,6 +64,11 @@ public class OAuthRequestInterceptor implements RequestInterceptor {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Api create.
|
||||||
|
*
|
||||||
|
* @param template {@link RequestTemplate} object
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void apply(RequestTemplate template) {
|
public void apply(RequestTemplate template) {
|
||||||
if (tokenInfo == null) {
|
if (tokenInfo == null) {
|
||||||
|
|||||||
@ -22,7 +22,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
|||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Number of Resources returned.
|
* Number of Resources.
|
||||||
*/
|
*/
|
||||||
public class BasePaginatedResult {
|
public class BasePaginatedResult {
|
||||||
@ApiModelProperty(value = "Number of total resources.", example = "2")
|
@ApiModelProperty(value = "Number of total resources.", example = "2")
|
||||||
|
|||||||
@ -22,8 +22,10 @@ import org.wso2.carbon.appmgt.mobile.utils.MobileConfigurations;
|
|||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The DTO class to AuthorizationConfigurationManager.
|
||||||
|
*/
|
||||||
public class AuthorizationConfigurationManager {
|
public class AuthorizationConfigurationManager {
|
||||||
|
|
||||||
private String tokenApiURL;
|
private String tokenApiURL;
|
||||||
private String imageURL;
|
private String imageURL;
|
||||||
private String serverURL;
|
private String serverURL;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user