Serialized Form
-
Package io.jans.configapi.model.configuration
-
Class io.jans.configapi.model.configuration.AgamaConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.jans.configapi.model.configuration.AssetDirMapping extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.jans.configapi.model.configuration.AssetMgtConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
assetDirMapping
List<AssetDirMapping> assetDirMapping
-
assetMgtEnabled
boolean assetMgtEnabled
-
assetServerUploadEnabled
boolean assetServerUploadEnabled
-
fileExtensionValidationEnabled
boolean fileExtensionValidationEnabled
-
jansServiceModule
List<String> jansServiceModule
-
moduleNameValidationEnabled
boolean moduleNameValidationEnabled
-
-
Class io.jans.configapi.model.configuration.AuditLogConf extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
auditLogDateFormat
String auditLogDateFormat
-
auditLogFileName
String auditLogFileName
-
auditLogFilePath
String auditLogFilePath
-
enabled
boolean enabled
-
headerAttributes
List<String> headerAttributes
-
ignoreAnnotation
List<String> ignoreAnnotation
-
ignoreHttpMethod
List<String> ignoreHttpMethod
-
ignoreObjectMapping
List<ObjectDetails> ignoreObjectMapping
-
logData
boolean logData
-
-
Class io.jans.configapi.model.configuration.ConversionAttributes extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
booleanAttributes
Collection<String> booleanAttributes
boolean attributes for conversion -
dateAttributes
Collection<String> dateAttributes
Date attributes for conversion
-
-
Class io.jans.configapi.model.configuration.CorsConfiguration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowedHttpHeaders
Collection<String> allowedHttpHeaders
ACollection
of headers consisting of zero or more header field names that are supported by the resource. -
allowedHttpMethods
Collection<String> allowedHttpMethods
ACollection
of methods consisting of zero or more methods that are supported by the resource. -
allowedOrigins
Collection<String> allowedOrigins
ACollection
of origins consisting of zero or more origins that are allowed access to the resource. -
decorateRequest
boolean decorateRequest
Determines if the request should be decorated or not. -
enabled
boolean enabled
-
exposedHeaders
Collection<String> exposedHeaders
ACollection
of exposed headers consisting of zero or more header field names of headers other than the simple response headers that the resource might use and can be exposed. -
preflightMaxAge
long preflightMaxAge
Indicates (in seconds) how long the results of a pre-flight request can be cached in a pre-flight result cache. -
supportsCredentials
boolean supportsCredentials
A supports credentials flag that indicates whether the resource supports user credentials in the request. It is true when the resource does and false otherwise.
-
-
Class io.jans.configapi.model.configuration.CorsConfigurationFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
corsAllowedHeaders
String corsAllowedHeaders
-
corsAllowedMethods
String corsAllowedMethods
-
corsAllowedOrigins
String corsAllowedOrigins
-
corsEnabled
Boolean corsEnabled
-
corsExposedHeaders
String corsExposedHeaders
-
corsLoggingEnabled
Boolean corsLoggingEnabled
-
corsPreflightMaxAge
Integer corsPreflightMaxAge
-
corsRequestDecorate
Boolean corsRequestDecorate
-
corsSupportCredentials
Boolean corsSupportCredentials
-
filterName
String filterName
-
-
Class io.jans.configapi.model.configuration.DataFormatConversionConf extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
enabled
boolean enabled
-
ignoreHttpMethod
Collection<String> ignoreHttpMethod
-
-
Class io.jans.configapi.model.configuration.ObjectDetails extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class io.jans.configapi.model.configuration.PluginConf extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.jans.configapi.rest.model
-
Class io.jans.configapi.rest.model.AuthenticationMethod extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultAcr
String defaultAcr
-
-
Class io.jans.configapi.rest.model.CustomScope extends io.jans.as.persistence.model.Scope implements Serializable
-
Serialized Fields
-
clients
List<io.jans.as.common.model.registration.Client> clients
-
-
-
Class io.jans.configapi.rest.model.GluuConfiguration extends io.jans.orm.model.base.InumEntry implements Serializable
-
Serialized Fields
-
authenticationMode
String authenticationMode
-
cacheConfiguration
io.jans.service.cache.CacheConfiguration cacheConfiguration
-
configurationDnsServer
String configurationDnsServer
-
contactEmail
String contactEmail
-
customObjectClasses
String[] customObjectClasses
-
description
String description
-
displayName
String displayName
-
documentStoreConfiguration
io.jans.service.document.store.conf.DocumentStoreConfiguration documentStoreConfiguration
-
hostname
String hostname
-
lastUpdate
Date lastUpdate
-
logConfigLocation
String logConfigLocation
-
pollingInterval
String pollingInterval
-
profileManagment
boolean profileManagment
-
scimEnabled
boolean scimEnabled
-
smtpConfiguration
io.jans.model.SmtpConfiguration smtpConfiguration
-
sslExpiry
String sslExpiry
-
status
io.jans.model.GluuStatus status
-
userPassword
String userPassword
-
-
-