removed policy uri from data model
parent
e7bf75e9a4
commit
99bf19e21b
|
@ -41,8 +41,6 @@ public class ResourceSet {
|
||||||
private Set<String> scopes;
|
private Set<String> scopes;
|
||||||
private String iconUri;
|
private String iconUri;
|
||||||
|
|
||||||
private String policyUri;
|
|
||||||
|
|
||||||
private String owner; // username of the person responsible for the reigistration (either directly or via OAuth token)
|
private String owner; // username of the person responsible for the reigistration (either directly or via OAuth token)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -145,16 +143,6 @@ public class ResourceSet {
|
||||||
this.iconUri = iconUri;
|
this.iconUri = iconUri;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Basic
|
|
||||||
@Column(name = "policy_uri")
|
|
||||||
public String getPolicyUri() {
|
|
||||||
return this.policyUri;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setPolicyUri(String policyUri) {
|
|
||||||
this.policyUri = policyUri;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the owner
|
* @return the owner
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue