Serialized Form
-
Package io.jans.ca.plugin.adminui.model.exception
-
Class io.jans.ca.plugin.adminui.model.exception.ApplicationException extends Exception implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
message
String message
-
-
-
-
Package io.jans.ca.plugin.adminui.model.webhook
-
Class io.jans.ca.plugin.adminui.model.webhook.AuiFeature extends io.jans.orm.model.base.Entry implements Serializable
-
Class io.jans.ca.plugin.adminui.model.webhook.ShortCodeRequest extends Object implements Serializable
-
Serialized Fields
-
webhookId
@NotNull String webhookId
-
-
-
Class io.jans.ca.plugin.adminui.model.webhook.WebhookEntry extends io.jans.orm.model.base.Entry implements Serializable
-
Serialized Fields
-
auiFeatureIds
Set<String> auiFeatureIds
-
description
String description
-
displayName
@NotNull @Pattern(regexp="^[a-zA-Z0-9_\\-\\:\\/\\.]+$",message="Name should contain only letters, digits and underscores") @Size(min=2,max=60,message="Length of the Name should be between 1 and 30") String displayName
-
httpHeaders
List<io.jans.as.model.config.adminui.KeyValuePair> httpHeaders
-
httpMethod
String httpMethod
-
httpRequestBodyString
String httpRequestBodyString
-
inum
String inum
-
jansEnabled
boolean jansEnabled
-
url
@NotNull String url
-
-
-