Class PatchCIBASettings
java.lang.Object
io.gravitee.am.service.model.openid.PatchCIBASettings
- Author:
- Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpatch(CIBASettings toPatch) voidsetAuthReqExpiry(Optional<Integer> authReqExpiry) voidsetBindingMessageLength(Optional<Integer> bindingMessageLength) voidsetDeviceNotifiers(Optional<List<CIBASettingNotifier>> deviceNotifiers) voidsetEnabled(Optional<Boolean> enabled) voidsetTokenReqInterval(Optional<Integer> tokenReqInterval)
-
Constructor Details
-
PatchCIBASettings
public PatchCIBASettings()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getAuthReqExpiry
-
setAuthReqExpiry
-
getTokenReqInterval
-
setTokenReqInterval
-
getBindingMessageLength
-
setBindingMessageLength
-
getDeviceNotifiers
-
setDeviceNotifiers
-
patch
-