Class UmaResourceRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.authorization.ResourceRepresentation
- 
- org.keycloak.authorization.protection.resource.UmaResourceRepresentation
 
 
- 
 public class UmaResourceRepresentation extends ResourceRepresentation - Author:
- Pedro Igor
 
- 
- 
Constructor SummaryConstructors Constructor Description UmaResourceRepresentation()UmaResourceRepresentation(Resource resource)UmaResourceRepresentation(ResourceRepresentation resource)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ScopeRepresentation>getScopes()voidsetScopes(Set<ScopeRepresentation> scopes)- 
Methods inherited from class org.keycloak.representations.idm.authorization.ResourceRepresentationaddScope, addScope, equals, getAttributes, getDisplayName, getIconUri, getId, getName, getOwner, getOwnerManagedAccess, getType, getUri, getUris, hashCode, setAttributes, setDisplayName, setIconUri, setId, setName, setOwner, setOwner, setOwnerManagedAccess, setType, setUri, setUris
 
- 
 
- 
- 
- 
Constructor Detail- 
UmaResourceRepresentationpublic UmaResourceRepresentation() 
 - 
UmaResourceRepresentationpublic UmaResourceRepresentation(ResourceRepresentation resource) 
 - 
UmaResourceRepresentationpublic UmaResourceRepresentation(Resource resource) 
 
- 
 - 
Method Detail- 
getScopespublic Set<ScopeRepresentation> getScopes() - Overrides:
- getScopesin class- ResourceRepresentation
 
 - 
setScopespublic void setScopes(Set<ScopeRepresentation> scopes) - Overrides:
- setScopesin class- ResourceRepresentation
 
 
- 
 
-