Class UmaResourceRepresentation


  • public class UmaResourceRepresentation
    extends org.keycloak.representations.idm.authorization.ResourceRepresentation
    Author:
    Pedro Igor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Set<org.keycloak.representations.idm.authorization.ScopeRepresentation> getScopes()  
      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
    • Constructor Detail

      • UmaResourceRepresentation

        public UmaResourceRepresentation()
      • UmaResourceRepresentation

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

        public UmaResourceRepresentation​(org.keycloak.authorization.model.Resource resource)
    • Method Detail

      • 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