public class ResourceSetDescription extends Object
Constructor and Description |
---|
ResourceSetDescription()
Bean-spec compliant constructor
|
ResourceSetDescription(String id,
String clientId,
String resourceOwnerId,
Map<String,Object> description)
Constructs a new ResourceSetDescription instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap()
Returns the description of the resource set as a
Map . |
boolean |
equals(Object o) |
String |
getClientId()
Gets the client id that created the resource set.
|
JsonValue |
getDescription()
Gets the resource set description as a
JsonValue . |
URI |
getIconUri()
Gets the resource set icon uri.
|
String |
getId()
Gets the unique resource set id of the resource set across all clients (resource servers).
|
String |
getName()
Gets the name of the resource set.
|
JsonValue |
getPolicy()
Gets the name of the policy linked to this resource set.
|
String |
getPolicyUri()
Gets the policy uri for the resource set.
|
String |
getRealm()
Gets the realm for the Resource Set Description.
|
String |
getResourceOwnerId()
Gets the resource owner id of the resource set.
|
Set<String> |
getScopes()
Gets the set of available scopes for the resource set.
|
String |
getType()
Gets the type of the resource set.
|
URI |
getUri()
Gets the uri of the resource set.
|
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setDescription(JsonValue description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPolicy(JsonValue policy) |
void |
setPolicyUri(String policyUri) |
void |
setRealm(String realm)
Sets the realm for the Resource Set Description.
|
void |
setResourceOwnerId(String resourceOwnerId) |
ResourceSetDescription |
update(Map<String,Object> description)
Replaces the description of the resource set with the given
description . |
public ResourceSetDescription(String id, String clientId, String resourceOwnerId, Map<String,Object> description)
id
- The unique id across all resource sets.clientId
- The id of the client (resource server) which created the resource set.resourceOwnerId
- The id of the user that owns this resource set.description
- The description of the resource set.public ResourceSetDescription()
public String getId()
public String getRealm()
public void setRealm(String realm)
realm
- The realm.public String getClientId()
public String getResourceOwnerId()
public String getPolicyUri()
public String getName()
public JsonValue getPolicy()
public URI getUri()
public String getType()
public Set<String> getScopes()
public URI getIconUri()
public ResourceSetDescription update(Map<String,Object> description)
description
.description
- The description to replace with.public JsonValue getDescription()
JsonValue
.JsonValue
.public Map<String,Object> asMap()
Map
.public void setId(String id)
public void setClientId(String clientId)
public void setResourceOwnerId(String resourceOwnerId)
public void setDescription(JsonValue description)
public void setPolicyUri(String policyUri)
public void setName(String name)
public void setPolicy(JsonValue policy)
Copyright © 2010-2018, ForgeRock All Rights Reserved.