public interface ResourceScopesResource
Modifier and Type | Method and Description |
---|---|
Response |
create(ScopeRepresentation scope) |
ScopeRepresentation |
findByName(String name) |
ResourceScopeResource |
scope(String id) |
List<ScopeRepresentation> |
scopes() |
Response create(ScopeRepresentation scope)
ResourceScopeResource scope(String id)
List<ScopeRepresentation> scopes()
ScopeRepresentation findByName(String name)
Copyright © 2019 JBoss by Red Hat. All rights reserved.