Class UmaResourceRepresentation
java.lang.Object
org.keycloak.representations.idm.authorization.ResourceRepresentation
org.keycloak.authorization.protection.resource.UmaResourceRepresentation
public class UmaResourceRepresentation
extends org.keycloak.representations.idm.authorization.ResourceRepresentation
- Author:
- Pedro Igor
-
Constructor Summary
ConstructorsConstructorDescriptionUmaResourceRepresentation(Resource resource) UmaResourceRepresentation(org.keycloak.representations.idm.authorization.ResourceRepresentation resource) -
Method Summary
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 Details
-
UmaResourceRepresentation
public UmaResourceRepresentation() -
UmaResourceRepresentation
public UmaResourceRepresentation(org.keycloak.representations.idm.authorization.ResourceRepresentation resource) -
UmaResourceRepresentation
-
-
Method Details
-
getScopes
- Overrides:
getScopesin classorg.keycloak.representations.idm.authorization.ResourceRepresentation
-
setScopes
public void setScopes(Set<org.keycloak.representations.idm.authorization.ScopeRepresentation> scopes) - Overrides:
setScopesin classorg.keycloak.representations.idm.authorization.ResourceRepresentation
-