public class SecureClientAuthEnforceExecutor extends AbstractAugumentingClientRegistrationPolicyExecutor
componentModel, IS_AUGMENT, session
Constructor and Description |
---|
SecureClientAuthEnforceExecutor(KeycloakSession session,
ComponentModel componentModel) |
Modifier and Type | Method and Description |
---|---|
protected void |
augment(ClientRepresentation rep)
overrides the client settings specified by the argument.
|
protected void |
validate(ClientRepresentation rep)
validate the client settings specified by the argument to check
whether they follows what the executor expects.
|
executeOnEvent, getName, getProviderId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public SecureClientAuthEnforceExecutor(KeycloakSession session, ComponentModel componentModel)
protected void augment(ClientRepresentation rep)
AbstractAugumentingClientRegistrationPolicyExecutor
augment
in class AbstractAugumentingClientRegistrationPolicyExecutor
rep
- - the client settingsprotected void validate(ClientRepresentation rep) throws ClientPolicyException
AbstractAugumentingClientRegistrationPolicyExecutor
validate
in class AbstractAugumentingClientRegistrationPolicyExecutor
rep
- - the client settingsClientPolicyException
Copyright © 2020 JBoss by Red Hat. All rights reserved.