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 Summary
Constructors Constructor Description UmaResourceRepresentation()UmaResourceRepresentation(Resource resource)UmaResourceRepresentation(ResourceRepresentation resource)
-
Method Summary
All 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.ResourceRepresentation
addScope, 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
-
UmaResourceRepresentation
public UmaResourceRepresentation()
-
UmaResourceRepresentation
public UmaResourceRepresentation(ResourceRepresentation resource)
-
UmaResourceRepresentation
public UmaResourceRepresentation(Resource resource)
-
-
Method Detail
-
getScopes
public Set<ScopeRepresentation> getScopes()
- Overrides:
getScopesin classResourceRepresentation
-
setScopes
public void setScopes(Set<ScopeRepresentation> scopes)
- Overrides:
setScopesin classResourceRepresentation
-
-