Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.authorization.policy.provider.time |
Modifier and Type | Method and Description |
---|---|
TimePolicyRepresentation |
TimePoliciesResource.findByName(String name) |
TimePolicyRepresentation |
TimePolicyResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TimePoliciesResource.create(TimePolicyRepresentation representation) |
void |
TimePolicyResource.update(TimePolicyRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
TimePolicyRepresentation |
TimePolicyProviderFactory.toRepresentation(Policy policy,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
Class<TimePolicyRepresentation> |
TimePolicyProviderFactory.getRepresentationType() |
Modifier and Type | Method and Description |
---|---|
void |
TimePolicyProviderFactory.onCreate(Policy policy,
TimePolicyRepresentation representation,
AuthorizationProvider authorization) |
void |
TimePolicyProviderFactory.onUpdate(Policy policy,
TimePolicyRepresentation representation,
AuthorizationProvider authorization) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.