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

    Constructors
    Constructor
    Description
     
     
    UmaResourceRepresentation(org.keycloak.representations.idm.authorization.ResourceRepresentation resource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.keycloak.representations.idm.authorization.ScopeRepresentation>
     
    void
    setScopes(Set<org.keycloak.representations.idm.authorization.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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UmaResourceRepresentation

      public UmaResourceRepresentation()
    • UmaResourceRepresentation

      public UmaResourceRepresentation(org.keycloak.representations.idm.authorization.ResourceRepresentation resource)
    • UmaResourceRepresentation

      public UmaResourceRepresentation(Resource resource)
  • Method Details

    • getScopes

      public Set<org.keycloak.representations.idm.authorization.ScopeRepresentation> getScopes()
      Overrides:
      getScopes in class org.keycloak.representations.idm.authorization.ResourceRepresentation
    • setScopes

      public void setScopes(Set<org.keycloak.representations.idm.authorization.ScopeRepresentation> scopes)
      Overrides:
      setScopes in class org.keycloak.representations.idm.authorization.ResourceRepresentation