File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
use Fschmtt \Keycloak \Enum \PolicyEnforcementMode ;
12
12
13
13
/**
14
- * @method bool|null getAllowRemoveResourceManagement ()
14
+ * @method bool|null getAllowRemoteResourceManagement ()
15
15
* @method string|null getClientId()
16
16
* @method DecisionStrategy|null getDecisionStrategy()
17
17
* @method string|null getId()
20
20
* @method PolicyEnforcementMode|null getPolicyEnforcementMode()
21
21
* @method ResourceCollection|null getResources()
22
22
* @method ScopeCollection|null getScopes()
23
- * @method self withAllowRemoveResourceManagement (?bool $allowRemoveResourceManagement)
23
+ * @method self withAllowRemoteResourceManagement (?bool $allowRemoveResourceManagement)
24
24
* @method self withClientId(?string $clientId)
25
25
* @method self withDecisionStrategy(?DecisionStrategy $decisionStrategy)
26
26
* @method self withId(?string $id)
35
35
class ResourceServer extends Representation
36
36
{
37
37
public function __construct (
38
- protected ?bool $ allowRemoveResourceManagement = null ,
38
+ protected ?bool $ allowRemoteResourceManagement = null ,
39
39
protected ?string $ clientId = null ,
40
40
protected ?DecisionStrategy $ decisionStrategy = null ,
41
41
protected ?string $ id = null ,
You can’t perform that action at this time.
0 commit comments