直列化された形式
-
パッケージ org.iplass.mtp.auth.oauth.definition
-
クラス org.iplass.mtp.auth.oauth.definition.ClaimMappingDefinition
class ClaimMappingDefinition extends Object implements Serializable- serialVersionUID:
- -4222719817989641527L
-
クラス org.iplass.mtp.auth.oauth.definition.ClientPolicyDefinition
class ClientPolicyDefinition extends Object implements Serializable- serialVersionUID:
- 4024837978999496199L
-
直列化されたフィールド
-
accessTokenLifetimeSeconds
long accessTokenLifetimeSeconds
-
clientType
ClientType clientType
-
consentType
ConsentTypeDefinition consentType
-
refreshTokenLifetimeSeconds
long refreshTokenLifetimeSeconds
-
scopes
List<String> scopes
-
supportOpenIDConnect
boolean supportOpenIDConnect
-
supportRefreshToken
boolean supportRefreshToken
-
-
クラス org.iplass.mtp.auth.oauth.definition.ConsentTypeDefinition
class ConsentTypeDefinition extends Object implements Serializable- serialVersionUID:
- 4679081921898475535L
-
クラス org.iplass.mtp.auth.oauth.definition.CustomTokenIntrospectorDefinition
class CustomTokenIntrospectorDefinition extends Object implements Serializable- serialVersionUID:
- 7744740045019365425L
-
クラス org.iplass.mtp.auth.oauth.definition.OAuthAuthorizationDefinition
class OAuthAuthorizationDefinition extends Object implements Serializable- serialVersionUID:
- 4147920670556792667L
-
直列化されたフィールド
-
availableRoles
List<String> availableRoles
-
clientPolicies
List<ClientPolicyDefinition> clientPolicies
-
consentTemplateName
String consentTemplateName
-
description
String description
-
displayName
String displayName
-
issuerUri
String issuerUri
-
name
String name
-
scopes
List<ScopeDefinition> scopes
-
subjectIdentifierType
SubjectIdentifierTypeDefinition subjectIdentifierType
-
-
クラス org.iplass.mtp.auth.oauth.definition.OAuthClientDefinition
class OAuthClientDefinition extends Object implements Serializable- serialVersionUID:
- 6685839204331734267L
-
直列化されたフィールド
-
authorizationServer
String authorizationServer
-
clientType
ClientType clientType
-
clientUri
String clientUri
-
contacts
List<String> contacts
-
description
String description
-
displayName
String displayName
-
grantTypes
List<GrantType> grantTypes
-
localizedDisplayNameList
List<org.iplass.mtp.definition.LocalizedStringDefinition> localizedDisplayNameList
-
logoUri
String logoUri
-
name
String name
-
policyUri
String policyUri
-
redirectUris
List<String> redirectUris
-
sectorIdentifierUri
String sectorIdentifierUri
-
tosUri
String tosUri
-
-
クラス org.iplass.mtp.auth.oauth.definition.OAuthResourceServerDefinition
class OAuthResourceServerDefinition extends Object implements Serializable- serialVersionUID:
- -6012202693824050765L
-
直列化されたフィールド
-
customTokenIntrospectors
List<CustomTokenIntrospectorDefinition> customTokenIntrospectors
-
description
String description
-
displayName
String displayName
-
name
String name
-
-
クラス org.iplass.mtp.auth.oauth.definition.OIDCClaimScopeDefinition
class OIDCClaimScopeDefinition extends ScopeDefinition implements Serializable- serialVersionUID:
- -3276795373511412049L
-
直列化されたフィールド
-
claims
List<ClaimMappingDefinition> claims
-
-
クラス org.iplass.mtp.auth.oauth.definition.ScopeDefinition
class ScopeDefinition extends Object implements Serializable- serialVersionUID:
- 5164831280206763413L
-
直列化されたフィールド
-
クラス org.iplass.mtp.auth.oauth.definition.SubjectIdentifierTypeDefinition
class SubjectIdentifierTypeDefinition extends Object implements Serializable- serialVersionUID:
- 6494917476553206278L
-
-
パッケージ org.iplass.mtp.auth.oauth.definition.consents
-
クラス org.iplass.mtp.auth.oauth.definition.consents.AlwaysConsentTypeDefinition
class AlwaysConsentTypeDefinition extends ConsentTypeDefinition implements Serializable- serialVersionUID:
- -2138785778110911991L
-
クラス org.iplass.mtp.auth.oauth.definition.consents.OnceConsentTypeDefinition
class OnceConsentTypeDefinition extends ConsentTypeDefinition implements Serializable- serialVersionUID:
- -5487595498343449693L
-
クラス org.iplass.mtp.auth.oauth.definition.consents.ScriptingConsentTypeDefinition
class ScriptingConsentTypeDefinition extends ConsentTypeDefinition implements Serializable- serialVersionUID:
- 7944630447487359180L
-
直列化されたフィールド
-
script
String script
-
-
-
パッケージ org.iplass.mtp.auth.oauth.definition.introspectors
-
クラス org.iplass.mtp.auth.oauth.definition.introspectors.JavaClassCustomTokenIntrospectorDefinition
class JavaClassCustomTokenIntrospectorDefinition extends CustomTokenIntrospectorDefinition implements Serializable- serialVersionUID:
- 7805854304702805608L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.auth.oauth.definition.introspectors.ScriptingCustomTokenIntrospectorDefinition
class ScriptingCustomTokenIntrospectorDefinition extends CustomTokenIntrospectorDefinition implements Serializable- serialVersionUID:
- 2347657870175988864L
-
直列化されたフィールド
-
script
String script
-
-
-
パッケージ org.iplass.mtp.auth.oauth.definition.subtypes
-
クラス org.iplass.mtp.auth.oauth.definition.subtypes.PairwiseSubjectIdentifierTypeDefinition
class PairwiseSubjectIdentifierTypeDefinition extends SubjectIdentifierTypeDefinition implements Serializable- serialVersionUID:
- -8199680802708360459L
-
直列化されたフィールド
-
subjectIdMappedUserProperty
String subjectIdMappedUserProperty
-
-
クラス org.iplass.mtp.auth.oauth.definition.subtypes.PublicSubjectIdentifierTypeDefinition
class PublicSubjectIdentifierTypeDefinition extends SubjectIdentifierTypeDefinition implements Serializable- serialVersionUID:
- 6212120199107521690L
-
直列化されたフィールド
-
hashing
boolean hashing
-
subjectIdMappedUserProperty
String subjectIdMappedUserProperty
-
-
-
パッケージ org.iplass.mtp.auth.oidc.definition
-
クラス org.iplass.mtp.auth.oidc.definition.OpenIdConnectDefinition
class OpenIdConnectDefinition extends Object implements Serializable- serialVersionUID:
- -6374680220009311372L
-
直列化されたフィールド
-
authorizationEndpoint
String authorizationEndpoint
-
autoUserProvisioningHandler
String autoUserProvisioningHandler
-
backUrlAfterAuth
String backUrlAfterAuth
-
backUrlAfterConnect
String backUrlAfterConnect
-
clientAuthenticationType
ClientAuthenticationType clientAuthenticationType
-
clientId
String clientId
-
description
String description
-
displayName
String displayName
-
enablePKCE
boolean enablePKCE
-
enableTransientUser
boolean enableTransientUser
-
issParameterSupported
boolean issParameterSupported
-
issuer
String issuer
-
jwksContents
String jwksContents
-
jwksEndpoint
String jwksEndpoint
-
localizedDisplayNameList
List<org.iplass.mtp.definition.LocalizedStringDefinition> localizedDisplayNameList
-
name
String name
-
responseMode
ResponseMode responseMode
-
scopes
List<String> scopes
-
subjectNameClaim
String subjectNameClaim
-
tokenEndpoint
String tokenEndpoint
-
useNonce
boolean useNonce
-
userInfoEndpoint
String userInfoEndpoint
-
validateSign
boolean validateSign
-
-
-
パッケージ org.iplass.mtp.command.annotation.action
-
例外クラス org.iplass.mtp.command.annotation.action.Result.UNSPECIFIED
class UNSPECIFIED extends Throwable implements Serializable- serialVersionUID:
- -7860913570648047826L
-
-
パッケージ org.iplass.mtp.impl.auth.authenticate.builtin.web
-
例外クラス org.iplass.mtp.impl.auth.authenticate.builtin.web.WWWAuthenticateException
class WWWAuthenticateException extends jakarta.ws.rs.WebApplicationException implements Serializable- serialVersionUID:
- -5100314518573818114L
-
-
パッケージ org.iplass.mtp.impl.auth.authenticate.jee
-
クラス org.iplass.mtp.impl.auth.authenticate.jee.JeeContainerManagedAccountHandle
class JeeContainerManagedAccountHandle extends Object implements Serializable- serialVersionUID:
- -7448145506103956500L
-
-
パッケージ org.iplass.mtp.impl.auth.authenticate.oidc
-
クラス org.iplass.mtp.impl.auth.authenticate.oidc.MetaOpenIdConnect
class MetaOpenIdConnect extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- -4429152263057997180L
-
直列化されたフィールド
-
authorizationEndpoint
String authorizationEndpoint
-
autoUserProvisioningHandler
String autoUserProvisioningHandler
-
backUrlAfterAuth
String backUrlAfterAuth
-
backUrlAfterConnect
String backUrlAfterConnect
-
clientAuthenticationType
ClientAuthenticationType clientAuthenticationType
-
clientId
String clientId
-
enablePKCE
boolean enablePKCE
-
enableTransientUser
boolean enableTransientUser
-
issParameterSupported
boolean issParameterSupported
-
issuer
String issuer
-
jwksContents
String jwksContents
-
jwksEndpoint
String jwksEndpoint
-
responseMode
ResponseMode responseMode
-
scopes
List<String> scopes
-
subjectNameClaim
String subjectNameClaim
-
tokenEndpoint
String tokenEndpoint
-
useNonce
boolean useNonce
-
userInfoEndpoint
String userInfoEndpoint
-
validateSign
boolean validateSign
-
-
クラス org.iplass.mtp.impl.auth.authenticate.oidc.OIDCAccountHandle
class OIDCAccountHandle extends Object implements Serializable- serialVersionUID:
- 7261716807599677842L
-
直列化されたフィールド
-
accessToken
String accessToken
-
accessTokenExpiresIn
Long accessTokenExpiresIn
-
attributeMap
Map<String,
Object> attributeMap -
authenticationProviderIndex
int authenticationProviderIndex
-
id
String id
-
refreshToken
String refreshToken
-
scopes
Set<String> scopes
-
subjectId
String subjectId
-
subjectName
String subjectName
-
uniqueKey
String uniqueKey
-
-
例外クラス org.iplass.mtp.impl.auth.authenticate.oidc.OIDCRuntimeException
class OIDCRuntimeException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- 165637931160342234L
-
クラス org.iplass.mtp.impl.auth.authenticate.oidc.OIDCState
class OIDCState extends Object implements Serializable- serialVersionUID:
- 5959079983537975036L
-
-
パッケージ org.iplass.mtp.impl.auth.authenticate.preexternal
-
クラス org.iplass.mtp.impl.auth.authenticate.preexternal.PreExternalAccountHandle
class PreExternalAccountHandle extends Object implements Serializable- serialVersionUID:
- 4298823997534800552L
-
-
パッケージ org.iplass.mtp.impl.auth.authenticate.token.web
-
例外クラス org.iplass.mtp.impl.auth.authenticate.token.web.AuthorizationRequiredException
class AuthorizationRequiredException extends jakarta.ws.rs.WebApplicationException implements Serializable- serialVersionUID:
- 2602027263698869909L
-
-
パッケージ org.iplass.mtp.impl.auth.oauth
-
クラス org.iplass.mtp.impl.auth.oauth.AccessTokenAccountHandle
class AccessTokenAccountHandle extends Object implements Serializable- serialVersionUID:
- 9109210238979237297L
-
直列化されたフィールド
-
accessToken
AccessToken accessToken
-
attributeMap
Map<String,
Object> attributeMap -
authenticationProviderIndex
int authenticationProviderIndex
-
unmodifiableUniqueKey
String unmodifiableUniqueKey
-
-
クラス org.iplass.mtp.impl.auth.oauth.AccessTokenCredential
class AccessTokenCredential extends Object implements Serializable- serialVersionUID:
- -191370831048492625L
-
クラス org.iplass.mtp.impl.auth.oauth.MetaClaimMapping
class MetaClaimMapping extends Object implements Serializable- serialVersionUID:
- -3286338403698162013L
-
クラス org.iplass.mtp.impl.auth.oauth.MetaClientPolicy
class MetaClientPolicy extends Object implements Serializable- serialVersionUID:
- 3667544863207206056L
-
直列化されたフィールド
-
accessTokenLifetimeSeconds
long accessTokenLifetimeSeconds
-
clientType
ClientType clientType
-
consentType
MetaConsentType consentType
-
refreshTokenLifetimeSeconds
long refreshTokenLifetimeSeconds
-
scopes
List<String> scopes
-
supportOpenIDConnect
boolean supportOpenIDConnect
-
supportRefreshToken
boolean supportRefreshToken
-
-
クラス org.iplass.mtp.impl.auth.oauth.MetaConsentType
class MetaConsentType extends Object implements Serializable- serialVersionUID:
- -1385773019313952621L
-
クラス org.iplass.mtp.impl.auth.oauth.MetaCustomTokenIntrospector
class MetaCustomTokenIntrospector extends Object implements Serializable- serialVersionUID:
- -7429329401774731834L
-
クラス org.iplass.mtp.impl.auth.oauth.MetaOAuthAuthorization
class MetaOAuthAuthorization extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- 3413613829144055452L
-
直列化されたフィールド
-
availableRoles
List<String> availableRoles
-
clientPolicies
List<MetaClientPolicy> clientPolicies
-
consentTemplateName
String consentTemplateName
-
issuerUri
String issuerUri
-
scopes
List<MetaScope> scopes
-
subjectIdentifierType
MetaSubjectIdentifierType subjectIdentifierType
-
-
クラス org.iplass.mtp.impl.auth.oauth.MetaOAuthClient
class MetaOAuthClient extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- -3395174355560173705L
-
直列化されたフィールド
-
authorizationServerId
String authorizationServerId
-
clientType
ClientType clientType
-
clientUri
String clientUri
-
contacts
List<String> contacts
-
grantTypes
List<GrantType> grantTypes
-
logoUri
String logoUri
-
policyUri
String policyUri
-
redirectUris
List<String> redirectUris
-
sectorIdentifierUri
String sectorIdentifierUri
-
tosUri
String tosUri
-
-
クラス org.iplass.mtp.impl.auth.oauth.MetaOAuthResourceServer
class MetaOAuthResourceServer extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- 1339189788049685788L
-
直列化されたフィールド
-
customTokenIntrospectors
List<MetaCustomTokenIntrospector> customTokenIntrospectors
-
-
クラス org.iplass.mtp.impl.auth.oauth.MetaOIDCClaimScope
class MetaOIDCClaimScope extends MetaScope implements Serializable- serialVersionUID:
- 4677632824181886235L
-
直列化されたフィールド
-
claims
List<MetaClaimMapping> claims
-
-
クラス org.iplass.mtp.impl.auth.oauth.MetaScope
class MetaScope extends Object implements Serializable- serialVersionUID:
- -4509688467517539934L
-
クラス org.iplass.mtp.impl.auth.oauth.MetaSubjectIdentifierType
class MetaSubjectIdentifierType extends Object implements Serializable- serialVersionUID:
- 8046182964089190022L
-
例外クラス org.iplass.mtp.impl.auth.oauth.OAuthApplicationException
class OAuthApplicationException extends org.iplass.mtp.ApplicationException implements Serializable- serialVersionUID:
- 1424987676539365135L
-
例外クラス org.iplass.mtp.impl.auth.oauth.OAuthRuntimeException
class OAuthRuntimeException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- -777132691017031847L
-
-
パッケージ org.iplass.mtp.impl.auth.oauth.code
-
クラス org.iplass.mtp.impl.auth.oauth.code.AuthorizationCode
class AuthorizationCode extends Object implements Serializable- serialVersionUID:
- -7076391970509925265L
-
直列化されたフィールド
-
codeValue
String codeValue
-
expires
long expires
-
request
AuthorizationRequest request
-
-
クラス org.iplass.mtp.impl.auth.oauth.code.AuthorizationRequest
class AuthorizationRequest extends Object implements Serializable- serialVersionUID:
- -3518685489891704249L
-
直列化されたフィールド
-
authorizationServerId
String authorizationServerId
-
authTime
long authTime
-
clientId
String clientId
-
codeChallenge
String codeChallenge
-
codeChallengeMethod
String codeChallengeMethod
-
maxAge
Long maxAge
-
nonce
String nonce
-
prompt
List<String> prompt
-
redirectUri
String redirectUri
-
requestId
String requestId
-
responseMode
String responseMode
-
responseTypes
List<String> responseTypes
-
scopes
List<String> scopes
-
state
String state
-
user
org.iplass.mtp.auth.User user
-
-
-
パッケージ org.iplass.mtp.impl.auth.oauth.consents
-
クラス org.iplass.mtp.impl.auth.oauth.consents.MetaAlwaysConsentType
class MetaAlwaysConsentType extends MetaConsentType implements Serializable- serialVersionUID:
- 1300348800806303632L
-
クラス org.iplass.mtp.impl.auth.oauth.consents.MetaOnceConsentType
class MetaOnceConsentType extends MetaConsentType implements Serializable- serialVersionUID:
- -4737503827113921073L
-
クラス org.iplass.mtp.impl.auth.oauth.consents.MetaScriptingConsentType
class MetaScriptingConsentType extends MetaConsentType implements Serializable- serialVersionUID:
- 7627301483098333747L
-
直列化されたフィールド
-
script
String script
-
-
-
パッケージ org.iplass.mtp.impl.auth.oauth.introspectors
-
クラス org.iplass.mtp.impl.auth.oauth.introspectors.MetaJavaClassCustomTokenIntrospector
class MetaJavaClassCustomTokenIntrospector extends MetaCustomTokenIntrospector implements Serializable- serialVersionUID:
- 3535843225458827L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.impl.auth.oauth.introspectors.MetaScriptingCustomTokenIntrospector
class MetaScriptingCustomTokenIntrospector extends MetaCustomTokenIntrospector implements Serializable- serialVersionUID:
- 7094142390799872996L
-
直列化されたフィールド
-
script
String script
-
-
-
パッケージ org.iplass.mtp.impl.auth.oauth.jwt
-
例外クラス org.iplass.mtp.impl.auth.oauth.jwt.InvalidJwtException
class InvalidJwtException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- 1523602721483591493L
-
例外クラス org.iplass.mtp.impl.auth.oauth.jwt.InvalidKeyException
class InvalidKeyException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- 1523602721483591493L
-
-
パッケージ org.iplass.mtp.impl.auth.oauth.subtypes
-
クラス org.iplass.mtp.impl.auth.oauth.subtypes.MetaPairwiseSubjectIdentifierType
class MetaPairwiseSubjectIdentifierType extends MetaSubjectIdentifierType implements Serializable- serialVersionUID:
- 4993666973627956478L
-
直列化されたフィールド
-
subjectIdMappedUserProperty
String subjectIdMappedUserProperty
-
-
クラス org.iplass.mtp.impl.auth.oauth.subtypes.MetaPublicSubjectIdentifierType
class MetaPublicSubjectIdentifierType extends MetaSubjectIdentifierType implements Serializable- serialVersionUID:
- 7872789897631127807L
-
直列化されたフィールド
-
hashing
boolean hashing
-
subjectIdMappedUserProperty
String subjectIdMappedUserProperty
-
-
-
パッケージ org.iplass.mtp.impl.cluster.channel.http.servlet
-
クラス org.iplass.mtp.impl.cluster.channel.http.servlet.ClusterMessageChannelServlet
class ClusterMessageChannelServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 8940534146769969242L
-
直列化されたフィールド
-
messageChannel
org.iplass.mtp.impl.cluster.channel.http.HttpMessageChannel messageChannel
-
-
-
パッケージ org.iplass.mtp.impl.fileport
-
クラス org.iplass.mtp.impl.fileport.CsvUploadStatus
class CsvUploadStatus extends Object implements Serializable- serialVersionUID:
- 2811591873567400850L
-
クラス org.iplass.mtp.impl.fileport.CsvUploadTask
class CsvUploadTask extends Object implements Serializable- serialVersionUID:
- -3723274599525554443L
-
直列化されたフィールド
-
defName
String defName
Entity定義名 -
fileName
String fileName
Uploadされたファイル名 -
filePath
String filePath
Uploadされたファイルの物理Path -
option
CsvUploadOption option
オプション -
parameter
String parameter
タスクのパラメータ(起動側での判断用) -
uploadDateTime
long uploadDateTime
Uploadされた日時
-
-
クラス org.iplass.mtp.impl.fileport.EntityCsvImportOption
class EntityCsvImportOption extends Object implements Serializable- serialVersionUID:
- 8945973269620341690L
-
直列化されたフィールド
-
bulkUpdate
boolean bulkUpdate
BulkUpdateで更新する -
commitLimit
Integer commitLimit
Commit単位(件数) -
errorSkip
boolean errorSkip
エラーデータはSkipし処理を続行する -
fourceUpdate
boolean fourceUpdate
強制的に更新を実行 -
ignoreNotExistsProperty
boolean ignoreNotExistsProperty
存在しないプロパティは無視してデータを取込む -
insertEnableAuditPropertySpecification
boolean insertEnableAuditPropertySpecification
InsertするEntityにcreateBy,createDate,updateBy,updateDateの値を指定 -
locale
String locale
Locale(未指定時はデフォルト) -
notifyListeners
boolean notifyListeners
Listnerを実行する -
prefixOid
String prefixOid
Import時にOIDに付与するPrefix -
timezone
String timezone
Timezone(未指定時はデフォルト) -
truncate
boolean truncate
既存データをすべて削除する -
uniqueKey
String uniqueKey
更新時にキーとするUniqueKey -
updateDisupdatableProperty
boolean updateDisupdatableProperty
更新不可項目を更新対象にする -
withOption
boolean withOption
オプションの有無 -
withValidation
boolean withValidation
Validationを実行する(更新不可項目を対象にする場合はfalseに強制設定)
-
-
クラス org.iplass.mtp.impl.fileport.EntityCsvImportResult
class EntityCsvImportResult extends Object implements Serializable- serialVersionUID:
- 8836699835950348705L
-
例外クラス org.iplass.mtp.impl.fileport.EntityCsvImportRuntimeException
class EntityCsvImportRuntimeException extends org.iplass.mtp.ApplicationException implements Serializable- serialVersionUID:
- 7762535044206456961L
-
クラス org.iplass.mtp.impl.fileport.EntityCsvImportTask
class EntityCsvImportTask extends Object implements Serializable- serialVersionUID:
- 8823049367792641192L
-
直列化されたフィールド
-
defName
String defName
Entity定義名 -
excludeEntityNames
List<String> excludeEntityNames
インポート対象外とするエンティティ名 -
filePath
String filePath
Uploadされたファイルの物理Path -
option
EntityCsvImportOption option
タスクのオプション
-
-
クラス org.iplass.mtp.impl.fileport.EntityFileUploadStatus
class EntityFileUploadStatus extends Object implements Serializable- serialVersionUID:
- 2811591873567400850L
-
クラス org.iplass.mtp.impl.fileport.EntityFileUploadTask
class EntityFileUploadTask extends Object implements Serializable- serialVersionUID:
- -3723274599525554443L
-
直列化されたフィールド
-
defName
String defName
Entity定義名 -
fileName
String fileName
Uploadされたファイル名 -
filePath
String filePath
Uploadされたファイルの物理Path -
option
EntityFileUploadOption option
オプション -
parameter
String parameter
タスクのパラメータ(起動側での判断用) -
uploadDateTime
long uploadDateTime
Uploadされた日時
-
-
-
パッケージ org.iplass.mtp.impl.report
-
クラス org.iplass.mtp.impl.report.ReportingType
class ReportingType extends Object implements Serializable- serialVersionUID:
- -2196055117234586955L
-
-
パッケージ org.iplass.mtp.impl.session.jee
-
クラス org.iplass.mtp.impl.session.jee.HttpSessionService.MutexObject
class MutexObject extends Object implements Serializable- serialVersionUID:
- -8257705546725540025L
-
-
パッケージ org.iplass.mtp.impl.tenant.web
-
クラス org.iplass.mtp.impl.tenant.web.MetaTenantWebInfo
class MetaTenantWebInfo extends org.iplass.mtp.impl.tenant.MetaTenantConfig<TenantWebInfo> implements Serializable- serialVersionUID:
- -8722898685664541128L
-
直列化されたフィールド
-
errorUrlSelector
String errorUrlSelector
エラーURLセレクター(Template名) -
homeUrl
String homeUrl
HOMEのURL -
loginUrlSelector
String loginUrlSelector
ログインURLセレクター -
reAuthUrlSelector
String reAuthUrlSelector
再認証URLセレクター -
urlForRequest
String urlForRequest
リクエストパス構築用のテナントURL。 (HTTPサーバにて、/をtenantへマッピングしている場合などの場合に利用) -
usePreview
boolean usePreview
プレビュー機能を有効にするか
-
-
-
パッケージ org.iplass.mtp.impl.web
-
クラス org.iplass.mtp.impl.web.CheckStatusServlet
class CheckStatusServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
例外クラス org.iplass.mtp.impl.web.RequestBodyTooLargeException
class RequestBodyTooLargeException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- 8222531013197663886L
-
例外クラス org.iplass.mtp.impl.web.RequestParameterCountLimitException
class RequestParameterCountLimitException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- -2142613930705878581L
-
クラス org.iplass.mtp.impl.web.SimpleSessionContext
class SimpleSessionContext extends Object implements Serializable- serialVersionUID:
- -8791351188424167826L
-
例外クラス org.iplass.mtp.impl.web.WebProcessRuntimeException
class WebProcessRuntimeException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- -5699190575191760029L
-
-
パッケージ org.iplass.mtp.impl.web.actionmapping
-
例外クラス org.iplass.mtp.impl.web.actionmapping.ActionMappingRuntimeException
class ActionMappingRuntimeException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- 1229805599531187736L
-
クラス org.iplass.mtp.impl.web.actionmapping.DynamicTemplateResult
class DynamicTemplateResult extends Result implements Serializable- serialVersionUID:
- 3667959224517917109L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
-
fileNameAttributeName
String fileNameAttributeName
-
layoutActionAttributeName
String layoutActionAttributeName
-
templatePathAttributeName
String templatePathAttributeName
-
useContentDisposition
boolean useContentDisposition
-
-
クラス org.iplass.mtp.impl.web.actionmapping.MetaActionMapping
class MetaActionMapping extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- -9160640479328183543L
-
直列化されたフィールド
-
allowMethod
HttpMethodType[] allowMethod
許可するHTTP Method。未指定の場合は、すべて許可。 -
allowRequestContentTypes
String[] allowRequestContentTypes
-
cacheCriteria
MetaCacheCriteria cacheCriteria
キャッシュ基準 -
clientCacheMaxAge
long clientCacheMaxAge
クライアントキャッシュのmax-age(秒) -
clientCacheType
ClientCacheType clientCacheType
クライアントでのキャッシュ指定。未指定の場合はキャッシュを許す。 -
command
org.iplass.mtp.impl.command.MetaCommand command
このActionMappingが呼び出されたときに実行するCommand。未指定可(Commandは実行せずテンプレートを表示)。 -
isParts
boolean isParts
このActionMappingで指定される表示処理が部品かどうか。trueの場合、クライアントからの直接呼出し不可。 -
isPublicAction
boolean isPublicAction
このActionの呼び出しをセキュリティ設定によらず呼び出し可能にする場合は、trueを設定。 isPrivilegedとの違いは、Entityの操作などにおいては、セキュリティ制約を受ける。デフォルトはfalse。 -
maxFileSize
Long maxFileSize
-
maxRequestBodySize
Long maxRequestBodySize
-
needTrustedAuthenticate
boolean needTrustedAuthenticate
-
paramMap
ParamMap[] paramMap
WebからのパラメータのCommand実行時のParameter名のマップの定義 -
privilaged
Boolean privilaged
このActionMappingで処理されるCommand,Templateを特権(セキュリティ制約を受けない)にて処理するかどうか。デフォルトはfalse。 -
privileged
boolean privileged
-
result
Result[] result
Commandの実行結果と、表示処理の対応の定義。*指定可(実行したCommand結果によらず当該表示処理を実行)。未指定可( このActionMappingのnameと同一名のTemplateを表示)。 -
synchronizeOnSession
boolean synchronizeOnSession
sessionにて同期を行うか否か -
tokenCheck
MetaTokenCheck tokenCheck
Tokenチェックの実行設定。未指定可(Tokenチェックは実行されない)。
-
-
クラス org.iplass.mtp.impl.web.actionmapping.MetaTokenCheck
class MetaTokenCheck extends Object implements Serializable- serialVersionUID:
- -6169961467571684440L
-
直列化されたフィールド
-
consume
boolean consume
-
exceptionRollback
boolean exceptionRollback
-
useFixedToken
boolean useFixedToken
-
-
クラス org.iplass.mtp.impl.web.actionmapping.ParamMap
class ParamMap extends Object implements Serializable- serialVersionUID:
- 7897422706786772704L
-
クラス org.iplass.mtp.impl.web.actionmapping.RedirectResult
class RedirectResult extends Result implements Serializable- serialVersionUID:
- 5366716507713343514L
-
直列化されたフィールド
-
allowExternalLocation
boolean allowExternalLocation
-
redirectPathAttributeName
String redirectPathAttributeName
-
-
クラス org.iplass.mtp.impl.web.actionmapping.Result
class Result extends Object implements Serializable- serialVersionUID:
- 6043623303625555566L
-
クラス org.iplass.mtp.impl.web.actionmapping.StaticResourceResult
class StaticResourceResult extends Result implements Serializable- serialVersionUID:
- -6801751736171646783L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
-
entryPathAttributeName
String entryPathAttributeName
-
resolveByName
boolean resolveByName
-
staticResourceId
String staticResourceId
-
staticResourceName
String staticResourceName
-
useContentDisposition
boolean useContentDisposition
-
-
クラス org.iplass.mtp.impl.web.actionmapping.StreamResult
class StreamResult extends Result implements Serializable- serialVersionUID:
- -6801751736171646783L
-
直列化されたフィールド
-
acceptRanges
boolean acceptRanges
-
contentDispositionType
ContentDispositionType contentDispositionType
-
contentLengthAttributeName
String contentLengthAttributeName
-
contentTypeAttributeName
String contentTypeAttributeName
-
fileNameAttributeName
String fileNameAttributeName
-
inputStreamAttributeName
String inputStreamAttributeName
-
useContentDisposition
boolean useContentDisposition
-
-
クラス org.iplass.mtp.impl.web.actionmapping.TemplateResult
class TemplateResult extends Result implements Serializable- serialVersionUID:
- 8382753736577498165L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
-
fileNameAttributeName
String fileNameAttributeName
-
layoutId
String layoutId
-
layoutName
String layoutName
-
layoutResolveByName
boolean layoutResolveByName
-
resolveByName
boolean resolveByName
-
templateId
String templateId
-
templateName
String templateName
-
useContentDisposition
boolean useContentDisposition
-
-
-
パッケージ org.iplass.mtp.impl.web.actionmapping.cache
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.ContentCache
class ContentCache extends Object implements Serializable- serialVersionUID:
- -1814955389132383329L
-
直列化されたフィールド
-
actionName
String actionName
-
content
List<ContentBlock> content
-
contentType
String contentType
-
creationTime
long creationTime
-
etagBase
String etagBase
-
expires
long expires
-
header
List<Header> header
-
httpStatus
Integer httpStatus
-
key
String key
-
lang
String lang
-
layoutActionName
String layoutActionName
-
relatedEntityName
Set<String> relatedEntityName
-
relatedEntityNameAndOid
Set<String> relatedEntityNameAndOid
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.EntityContentMap
class EntityContentMap extends Object implements Serializable- serialVersionUID:
- -3806165452908206540L
-
直列化されたフィールド
-
contentCacheKeys
HashSet<String> contentCacheKeys
-
entityName
String entityName
-
invalidationTime
long invalidationTime
-
lock
ReentrantReadWriteLock lock
使う方で、lockを適切に扱うように。 -
oid
String oid
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.Header
class Header extends Object implements Serializable- serialVersionUID:
- -8329640773492618801L
-
直列化されたフィールド
-
name
String name
-
opeType
Header.OpeType opeType
-
valType
Header.ValType valType
-
value
Object value
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.MetaCacheCriteria
class MetaCacheCriteria extends Object implements Serializable- serialVersionUID:
- -4394764286765456178L
-
直列化されたフィールド
-
cachableCommandResultStatus
List<String> cachableCommandResultStatus
キャッシュしてよいCommandのステータス。未指定、*指定の場合は、なんでもキャッシュ。 -
relatedEntity
List<MetaCacheRelatedEntity> relatedEntity
このキャッシュに関連するEntityの定義。当該Entityが更新されたら、キャッシュが無効化される。 -
timeToLive
Integer timeToLive
キャッシュの有効期間(ms)
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.MetaCacheRelatedEntity
class MetaCacheRelatedEntity extends Object implements Serializable- serialVersionUID:
- -2239851206689032015L
-
直列化されたフィールド
-
definitionName
String definitionName
-
type
RelatedEntityType type
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.MetaJavaClassCacheCriteria
class MetaJavaClassCacheCriteria extends MetaCacheCriteria implements Serializable- serialVersionUID:
- -5025406247037005563L
-
直列化されたフィールド
-
className
String className
判定ロジックを実装するjavaクラス。ActionCacheCriteriaを実装する。
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.MetaParameterMatchCacheCriteria
class MetaParameterMatchCacheCriteria extends MetaCacheCriteria implements Serializable- serialVersionUID:
- -620353212482061976L
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.MetaScriptingCacheCriteria
class MetaScriptingCacheCriteria extends MetaCacheCriteria implements Serializable- serialVersionUID:
- -8948760695898972341L
-
直列化されたフィールド
-
script
String script
キャッシュのキー比較に利用する文字列を返却するよう実装する。
-
-
-
パッケージ org.iplass.mtp.impl.web.actionmapping.cache.blocks
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.blocks.BinaryContentBlock
class BinaryContentBlock extends Object implements Serializable- serialVersionUID:
- 773587476554049941L
-
直列化されたフィールド
-
content
byte[] content
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.blocks.IncludeActionBlock
class IncludeActionBlock extends Object implements Serializable- serialVersionUID:
- -894755257590110956L
-
直列化されたフィールド
-
actionName
String actionName
-
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.blocks.RenderContentBlock
class RenderContentBlock extends Object implements Serializable- serialVersionUID:
- -6254733288979280661L
-
クラス org.iplass.mtp.impl.web.actionmapping.cache.blocks.TextContentBlock
class TextContentBlock extends Object implements Serializable- serialVersionUID:
- -325256717321320555L
-
直列化されたフィールド
-
content
String content
-
-
-
パッケージ org.iplass.mtp.impl.web.fileupload
-
例外クラス org.iplass.mtp.impl.web.fileupload.MagicByteCheckApplicationException
class MagicByteCheckApplicationException extends org.iplass.mtp.ApplicationException implements Serializable- serialVersionUID:
- -7275133155110178901L
-
-
パッケージ org.iplass.mtp.impl.web.staticresource
-
クラス org.iplass.mtp.impl.web.staticresource.MetaEntryPathTranslator
class MetaEntryPathTranslator extends Object implements Serializable- serialVersionUID:
- 4317005560481835285L
-
クラス org.iplass.mtp.impl.web.staticresource.MetaJavaClassEntryPathTranslator
class MetaJavaClassEntryPathTranslator extends MetaEntryPathTranslator implements Serializable- serialVersionUID:
- -1806091437752501895L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.impl.web.staticresource.MetaLocalizedStaticResource
class MetaLocalizedStaticResource extends Object implements Serializable- serialVersionUID:
- -1907019121689537822L
-
直列化されたフィールド
-
localeName
String localeName
-
resource
org.iplass.mtp.impl.metadata.binary.BinaryMetaData resource
-
-
クラス org.iplass.mtp.impl.web.staticresource.MetaMimeTypeMapping
class MetaMimeTypeMapping extends Object implements Serializable- serialVersionUID:
- -8506012081319867861L
-
クラス org.iplass.mtp.impl.web.staticresource.MetaPrefixEntryPathTranslator
class MetaPrefixEntryPathTranslator extends MetaEntryPathTranslator implements Serializable- serialVersionUID:
- 6596220816874468752L
-
直列化されたフィールド
-
prefix
String prefix
-
-
クラス org.iplass.mtp.impl.web.staticresource.MetaScriptingEntryPathTranslator
class MetaScriptingEntryPathTranslator extends MetaEntryPathTranslator implements Serializable- serialVersionUID:
- -9124402289926024011L
-
直列化されたフィールド
-
script
String script
-
-
クラス org.iplass.mtp.impl.web.staticresource.MetaStaticResource
class MetaStaticResource extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- -1254930892273250498L
-
直列化されたフィールド
-
contentType
String contentType
-
entryPathTranslator
MetaEntryPathTranslator entryPathTranslator
-
entryTextCharset
String entryTextCharset
-
localizedResourceList
List<MetaLocalizedStaticResource> localizedResourceList
-
mimeTypeMapping
List<MetaMimeTypeMapping> mimeTypeMapping
-
resource
org.iplass.mtp.impl.metadata.binary.BinaryMetaData resource
-
-
-
パッケージ org.iplass.mtp.impl.web.template
-
クラス org.iplass.mtp.impl.web.template.MetaBinaryTemplate
class MetaBinaryTemplate extends MetaTemplate implements Serializable- serialVersionUID:
- -1789466133481644517L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localizedBinaryList
List<MetaLocalizedBinary> localizedBinaryList
-
-
クラス org.iplass.mtp.impl.web.template.MetaGroovyTemplate
class MetaGroovyTemplate extends MetaTemplate implements Serializable- serialVersionUID:
- -8575704321521962011L
-
クラス org.iplass.mtp.impl.web.template.MetaHtmlTemplate
class MetaHtmlTemplate extends MetaTemplate implements Serializable- serialVersionUID:
- 4007608678165728446L
-
クラス org.iplass.mtp.impl.web.template.MetaJspTemplate
class MetaJspTemplate extends MetaTemplate implements Serializable- serialVersionUID:
- -2563831318096568436L
-
クラス org.iplass.mtp.impl.web.template.MetaLocalizedBinary
class MetaLocalizedBinary extends Object implements Serializable- serialVersionUID:
- -8881086592359990340L
-
クラス org.iplass.mtp.impl.web.template.MetaTemplate
class MetaTemplate extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- -3123289156066341158L
-
例外クラス org.iplass.mtp.impl.web.template.TemplateRuntimeException
class TemplateRuntimeException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- 8386431065188049258L
-
-
パッケージ org.iplass.mtp.impl.web.template.report
-
クラス org.iplass.mtp.impl.web.template.report.MetaGroovyJxlsReportOutputLogic
class MetaGroovyJxlsReportOutputLogic extends MetaJxlsReportOutputLogic implements Serializable- serialVersionUID:
- -2510252715491801950L
-
直列化されたフィールド
-
script
String script
groovy script
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaGroovyPoiReportOutputLogic
class MetaGroovyPoiReportOutputLogic extends MetaPoiReportOutputLogic implements Serializable- serialVersionUID:
- -5525839977593609749L
-
直列化されたフィールド
-
script
String script
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaJasperReportType
class MetaJasperReportType extends MetaReportType implements Serializable- serialVersionUID:
- -7729412056808322644L
-
直列化されたフィールド
-
dataSourceAttributeName
String dataSourceAttributeName
DataSource Attribute名 -
paramMap
MetaReportParamMap[] paramMap
パラメータマッピング定義 -
passwordAttributeName
String passwordAttributeName
パスワードAttribute名
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaJavaClassJxlsReportOutputLogic
class MetaJavaClassJxlsReportOutputLogic extends MetaJxlsReportOutputLogic implements Serializable- serialVersionUID:
- 3381174410522848182L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaJavaClassPoiReportOutputLogic
class MetaJavaClassPoiReportOutputLogic extends MetaPoiReportOutputLogic implements Serializable- serialVersionUID:
- 817043706754815712L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaJxlsReportOutputLogic
class MetaJxlsReportOutputLogic extends Object implements Serializable- serialVersionUID:
- 713508369259766066L
-
クラス org.iplass.mtp.impl.web.template.report.MetaJxlsReportType
class MetaJxlsReportType extends MetaReportType implements Serializable- serialVersionUID:
- 8399080514538892382L
-
直列化されたフィールド
-
paramMap
MetaReportParamMap[] paramMap
-
passwordAttributeName
String passwordAttributeName
-
reportOutputLogic
MetaJxlsReportOutputLogic reportOutputLogic
-
templateName
String templateName
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaLocalizedReport
class MetaLocalizedReport extends Object implements Serializable- serialVersionUID:
- -1474695966593631014L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localeName
String localeName
-
reportType
MetaReportType reportType
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaPoiReportOutputLogic
class MetaPoiReportOutputLogic extends Object implements Serializable- serialVersionUID:
- -2738794242654152258L
-
クラス org.iplass.mtp.impl.web.template.report.MetaPoiReportType
class MetaPoiReportType extends MetaReportType implements Serializable- serialVersionUID:
- -7786960053523202593L
-
直列化されたフィールド
-
passwordAttributeName
String passwordAttributeName
-
reportOutputLogic
MetaPoiReportOutputLogic reportOutputLogic
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaReportParamMap
class MetaReportParamMap extends Object implements Serializable- serialVersionUID:
- -7418907290538937351L
-
クラス org.iplass.mtp.impl.web.template.report.MetaReportTemplate
class MetaReportTemplate extends MetaTemplate implements Serializable- serialVersionUID:
- -8548055742699078566L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localizedReportList
List<MetaLocalizedReport> localizedReportList
-
reportType
MetaReportType reportType
-
-
クラス org.iplass.mtp.impl.web.template.report.MetaReportType
class MetaReportType extends Object implements Serializable- serialVersionUID:
- 401694582362361475L
-
直列化されたフィールド
-
outputFileType
String outputFileType
-
-
-
パッケージ org.iplass.mtp.impl.web.token
-
クラス org.iplass.mtp.impl.web.token.LRUTokenStore
class LRUTokenStore extends TokenStore implements Serializable- serialVersionUID:
- 2864948027935155294L
-
直列化されたフィールド
-
fixedToken
String fixedToken
-
list
LinkedHashMap<String,
Object> list
-
-
クラス org.iplass.mtp.impl.web.token.TokenStore
class TokenStore extends Object implements Serializable- serialVersionUID:
- -7232300170363200575L
-
直列化されたフィールド
-
fixedToken
String fixedToken
-
list
LinkedList<String> list
-
maxSize
int maxSize
-
-
-
パッケージ org.iplass.mtp.impl.webapi
-
クラス org.iplass.mtp.impl.webapi.MetaEntityWebApi
class MetaEntityWebApi extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- -5517435548233442201L
-
直列化されたフィールド
-
definitionId
String definitionId
Entity定義のID -
isDelete
boolean isDelete
エンティティデータの削除可否 -
isInsert
boolean isInsert
エンティティデータの作成可否 -
isLoad
boolean isLoad
エンティティデータの読込可否(Load) -
isQuery
boolean isQuery
エンティティデータの読込可否(Query) -
isUpdate
boolean isUpdate
エンティティデータの更新可否
-
-
クラス org.iplass.mtp.impl.webapi.MetaWebApi
class MetaWebApi extends org.iplass.mtp.impl.metadata.BaseRootMetaData implements Serializable- serialVersionUID:
- 2590900624234333139L
-
直列化されたフィールド
-
accepts
RequestType[] accepts
-
accessControlAllowCredentials
boolean accessControlAllowCredentials
-
accessControlAllowOrigin
String accessControlAllowOrigin
-
allowRequestContentTypes
String[] allowRequestContentTypes
-
cacheControlMaxAge
long cacheControlMaxAge
-
cacheControlType
CacheControlType cacheControlType
-
command
org.iplass.mtp.impl.command.MetaCommand command
このWebAPIが呼び出されたときに実行するCommand。 -
isCheckXRequestedWithHeader
boolean isCheckXRequestedWithHeader
XMLHttpRequestがセットされていることを確認するか。 -
isPublicWebApi
boolean isPublicWebApi
このWebAPIの呼び出しをセキュリティ設定によらず呼び出し可能にする場合は、trueを設定。 isPrivilegedとの違いは、Entityの操作などにおいては、セキュリティ制約を受ける。デフォルトはfalse。 -
maxFileSize
Long maxFileSize
-
maxRequestBodySize
Long maxRequestBodySize
-
methods
MethodType[] methods
-
needTrustedAuthenticate
boolean needTrustedAuthenticate
-
oauthScopes
String[] oauthScopes
-
privilaged
Boolean privilaged
このWebAPIで処理されるCommandを特権(セキュリティ制約を受けない)にて処理するかどうか。デフォルトはfalse。 -
privileged
boolean privileged
-
responseType
String responseType
-
restJsonParameterName
String restJsonParameterName
-
restJsonParameterType
Class<?> restJsonParameterType
-
restXmlParameterName
String restXmlParameterName
-
results
String[] results
-
state
StateType state
-
supportBearerToken
boolean supportBearerToken
-
synchronizeOnSession
boolean synchronizeOnSession
sessionにて同期を行うか否か -
tokenCheck
MetaWebApiTokenCheck tokenCheck
Tokenチェックの実行設定。未指定可(Tokenチェックは実行されない)。 -
webApiParamMap
MetaWebApiParamMap[] webApiParamMap
WebからのパラメータのCommand実行時のParameter名のマップの定義
-
-
クラス org.iplass.mtp.impl.webapi.MetaWebApiParamMap
class MetaWebApiParamMap extends Object implements Serializable- serialVersionUID:
- -3370788488772223300L
-
クラス org.iplass.mtp.impl.webapi.MetaWebApiTokenCheck
class MetaWebApiTokenCheck extends Object implements Serializable- serialVersionUID:
- -6169961467571684440L
-
直列化されたフィールド
-
consume
boolean consume
-
exceptionRollback
boolean exceptionRollback
-
useFixedToken
boolean useFixedToken
-
-
-
パッケージ org.iplass.mtp.impl.webapi.jackson
-
クラス org.iplass.mtp.impl.webapi.jackson.EntityDeserializer
class EntityDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.iplass.mtp.entity.Entity> implements Serializable- serialVersionUID:
- 8180920461950919037L
-
クラス org.iplass.mtp.impl.webapi.jackson.EntitySerializer
class EntitySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.iplass.mtp.entity.Entity> implements Serializable- serialVersionUID:
- -8460188948114932009L
-
クラス org.iplass.mtp.impl.webapi.jackson.WebApiResponseSerializer
class WebApiResponseSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<WebApiResponse> implements Serializable- serialVersionUID:
- -3028378394756086182L
-
-
パッケージ org.iplass.mtp.tenant.web
-
クラス org.iplass.mtp.tenant.web.TenantWebInfo
class TenantWebInfo extends org.iplass.mtp.tenant.TenantConfig implements Serializable- serialVersionUID:
- -8157534097214464426L
-
直列化されたフィールド
-
errorUrlSelector
String errorUrlSelector
エラーURLセレクター(Template名) -
homeUrl
String homeUrl
HOMEのURL -
loginUrlSelector
String loginUrlSelector
ログインURLセレクター(Action名) -
reAuthUrlSelector
String reAuthUrlSelector
再認証URLセレクター -
urlForRequest
String urlForRequest
リクエストパス構築用のテナントURL。 (HTTPサーバにて、/をtenantへマッピングしている場合などの場合に利用) -
usePreview
boolean usePreview
プレビュー機能をONにするか否か
-
-
-
パッケージ org.iplass.mtp.web.actionmapping
-
例外クラス org.iplass.mtp.web.actionmapping.TokenValidationException
class TokenValidationException extends org.iplass.mtp.ApplicationException implements Serializable- serialVersionUID:
- -5269546472497904911L
-
-
パッケージ org.iplass.mtp.web.actionmapping.definition
-
クラス org.iplass.mtp.web.actionmapping.definition.ActionMappingDefinition
class ActionMappingDefinition extends Object implements Serializable- serialVersionUID:
- -8553251729036721789L
-
直列化されたフィールド
-
allowMethod
HttpMethodType[] allowMethod
許可するHTTP Method。未指定の場合は、すべて許可。 -
allowRequestContentTypes
String[] allowRequestContentTypes
-
cacheCriteria
CacheCriteriaDefinition cacheCriteria
キャッシュ基準 -
clientCacheMaxAge
long clientCacheMaxAge
クライアントキャッシュのmax-age(秒) -
clientCacheType
ClientCacheType clientCacheType
クライアントでのキャッシュ指定。 未指定の場合はキャッシュを許す。 -
commandConfig
org.iplass.mtp.command.definition.config.CommandConfig commandConfig
このActionMappingが呼び出されたときに実行するCommand。 未指定可(Commandは実行せずテンプレートを表示)。 -
description
String description
-
displayName
String displayName
-
isParts
boolean isParts
このActionMappingで指定される表示処理が部品かどうか。 trueの場合、クライアントからの直接呼出し不可。 -
isPrivileged
boolean isPrivileged
このActionMappingで処理されるCommand,Templateを特権(セキュリティ制約を受けない)にて処理するかどうか。デフォルトはfalse。 -
isPublicAction
boolean isPublicAction
このActionの呼び出しをセキュリティ設定によらず呼び出し可能にする場合は、trueを設定。 isPrivilegedとの違いは、Entityの操作などにおいては、セキュリティ制約を受ける。デフォルトはfalse。 -
localizedDisplayNameList
List<org.iplass.mtp.definition.LocalizedStringDefinition> localizedDisplayNameList
-
maxFileSize
Long maxFileSize
-
maxRequestBodySize
Long maxRequestBodySize
-
name
String name
-
needTrustedAuthenticate
boolean needTrustedAuthenticate
-
paramMap
ParamMapDefinition[] paramMap
WebからのパラメータのCommand実行時のParameter名のマップの定義 -
result
ResultDefinition[] result
Commandの実行結果と、表示処理の対応の定義。 *指定可(実行したCommand結果によらず当該表示処理を実行)。 未指定可(このActionMappingのnameと同一名のTemplateを表示)。 -
synchronizeOnSession
boolean synchronizeOnSession
sessionにて同期を行うか否か -
tokenCheck
TokenCheck tokenCheck
Tokenチェックの実行設定。 未指定可(Tokenチェックは実行されない)。
-
-
クラス org.iplass.mtp.web.actionmapping.definition.ActionMappingDefinitionModifyResult
class ActionMappingDefinitionModifyResult extends org.iplass.mtp.definition.DefinitionModifyResult implements Serializable- serialVersionUID:
- -602888911643019662L
-
クラス org.iplass.mtp.web.actionmapping.definition.ParamMapDefinition
class ParamMapDefinition extends Object implements Serializable- serialVersionUID:
- 963315789461567699L
-
クラス org.iplass.mtp.web.actionmapping.definition.TokenCheck
class TokenCheck extends Object implements Serializable- serialVersionUID:
- -6137919446875518790L
-
直列化されたフィールド
-
consume
boolean consume
-
exceptionRollback
boolean exceptionRollback
-
useFixedToken
boolean useFixedToken
-
-
-
パッケージ org.iplass.mtp.web.actionmapping.definition.cache
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.CacheCriteriaDefinition
class CacheCriteriaDefinition extends Object implements Serializable- serialVersionUID:
- -7269996485444294477L
-
直列化されたフィールド
-
cachableCommandResultStatus
List<String> cachableCommandResultStatus
キャッシュしてよいCommandのステータス。未指定、*指定の場合は、なんでもキャッシュ。 -
relatedEntity
List<CacheRelatedEntityDefinition> relatedEntity
このキャッシュに関連するEntityの定義。当該Entityが更新されたら、キャッシュが無効化される。 -
timeToLive
Integer timeToLive
キャッシュの有効期間(ms)
-
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.CacheRelatedEntityDefinition
class CacheRelatedEntityDefinition extends Object implements Serializable- serialVersionUID:
- -1549297749156544214L
-
直列化されたフィールド
-
definitionName
String definitionName
名前 -
type
RelatedEntityType type
-
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.JavaClassCacheCriteriaDefinition
class JavaClassCacheCriteriaDefinition extends CacheCriteriaDefinition implements Serializable- serialVersionUID:
- 7102926695133618308L
-
直列化されたフィールド
-
className
String className
判定ロジックを実装するjavaクラス。ActionCacheCriteriaを実装する。
-
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.ParameterMatchCacheCriteriaDefinition
class ParameterMatchCacheCriteriaDefinition extends CacheCriteriaDefinition implements Serializable- serialVersionUID:
- 5145085472178880346L
-
クラス org.iplass.mtp.web.actionmapping.definition.cache.ScriptingCacheCriteriaDefinition
class ScriptingCacheCriteriaDefinition extends CacheCriteriaDefinition implements Serializable- serialVersionUID:
- 6378242695686413725L
-
直列化されたフィールド
-
script
String script
キャッシュのキー比較に利用する文字列を返却するよう実装する。
-
-
-
パッケージ org.iplass.mtp.web.actionmapping.definition.result
-
クラス org.iplass.mtp.web.actionmapping.definition.result.DynamicTemplateResultDefinition
class DynamicTemplateResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- 6127822545341201084L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
ContentDisposition Type(ContentDisposition設定時) -
fileNameAttributeName
String fileNameAttributeName
ファイル名設定用Attribute名(ContentDisposition設定時) -
layoutActionAttributeName
String layoutActionAttributeName
LayoutAction用Attribute名 -
templatePathAttributeName
String templatePathAttributeName
-
useContentDisposition
boolean useContentDisposition
ContentDisposition設定フラグ
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.RedirectResultDefinition
class RedirectResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- 632004285059492173L
-
直列化されたフィールド
-
allowExternalLocation
boolean allowExternalLocation
-
redirectPath
String redirectPath
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.ResultDefinition
class ResultDefinition extends Object implements Serializable- serialVersionUID:
- 2185607355522422387L
-
クラス org.iplass.mtp.web.actionmapping.definition.result.StaticResourceResultDefinition
class StaticResourceResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- 4481823608566637666L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
-
entryPathAttributeName
String entryPathAttributeName
-
staticResourceName
String staticResourceName
-
useContentDisposition
boolean useContentDisposition
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.StreamResultDefinition
class StreamResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- -2481952719267699944L
-
直列化されたフィールド
-
acceptRanges
boolean acceptRanges
rangeヘッダ対応するか否か -
contentDispositionType
ContentDispositionType contentDispositionType
ContentDisposition Type(ContentDisposition設定時) -
contentLengthAttributeName
String contentLengthAttributeName
-
contentTypeAttributeName
String contentTypeAttributeName
-
fileNameAttributeName
String fileNameAttributeName
ファイル名設定用Attribute名(ContentDisposition設定時) -
inputStreamAttributeName
String inputStreamAttributeName
-
useContentDisposition
boolean useContentDisposition
ContentDisposition設定フラグ
-
-
クラス org.iplass.mtp.web.actionmapping.definition.result.TemplateResultDefinition
class TemplateResultDefinition extends ResultDefinition implements Serializable- serialVersionUID:
- -2784701992968234641L
-
直列化されたフィールド
-
contentDispositionType
ContentDispositionType contentDispositionType
ContentDisposition Type(ContentDisposition設定時) -
fileNameAttributeName
String fileNameAttributeName
ファイル名設定用Attribute名(ContentDisposition設定時) -
layoutActionName
String layoutActionName
LayoutAction(ActionMappingのName) -
templateName
String templateName
-
useContentDisposition
boolean useContentDisposition
ContentDisposition設定フラグ
-
-
-
パッケージ org.iplass.mtp.web.staticresource.definition
-
クラス org.iplass.mtp.web.staticresource.definition.EntryPathTranslatorDefinition
class EntryPathTranslatorDefinition extends Object implements Serializable- serialVersionUID:
- -6417327445573147737L
-
クラス org.iplass.mtp.web.staticresource.definition.JavaClassEntryPathTranslatorDefinition
class JavaClassEntryPathTranslatorDefinition extends EntryPathTranslatorDefinition implements Serializable- serialVersionUID:
- 3157228095092527156L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.web.staticresource.definition.LocalizedStaticResourceDefinition
class LocalizedStaticResourceDefinition extends Object implements Serializable- serialVersionUID:
- -3557658381642206270L
-
直列化されたフィールド
-
localeName
String localeName
-
resource
org.iplass.mtp.definition.binary.BinaryDefinition resource
-
-
クラス org.iplass.mtp.web.staticresource.definition.MimeTypeMappingDefinition
class MimeTypeMappingDefinition extends Object implements Serializable- serialVersionUID:
- 6028820061295278852L
-
クラス org.iplass.mtp.web.staticresource.definition.PrefixEntryPathTranslatorDefinition
class PrefixEntryPathTranslatorDefinition extends EntryPathTranslatorDefinition implements Serializable- serialVersionUID:
- -1238881863174580986L
-
直列化されたフィールド
-
prefix
String prefix
-
-
クラス org.iplass.mtp.web.staticresource.definition.ScriptingEntryPathTranslatorDefinition
class ScriptingEntryPathTranslatorDefinition extends EntryPathTranslatorDefinition implements Serializable- serialVersionUID:
- -1174907609166110781L
-
直列化されたフィールド
-
script
String script
-
-
クラス org.iplass.mtp.web.staticresource.definition.StaticResourceDefinition
class StaticResourceDefinition extends Object implements Serializable- serialVersionUID:
- 7919419226190191428L
-
直列化されたフィールド
-
contentType
String contentType
-
description
String description
-
displayName
String displayName
-
entryPathTranslator
EntryPathTranslatorDefinition entryPathTranslator
-
entryTextCharset
String entryTextCharset
-
localizedDisplayNameList
List<org.iplass.mtp.definition.LocalizedStringDefinition> localizedDisplayNameList
-
localizedResourceList
List<LocalizedStaticResourceDefinition> localizedResourceList
-
mimeTypeMapping
List<MimeTypeMappingDefinition> mimeTypeMapping
-
name
String name
-
resource
org.iplass.mtp.definition.binary.BinaryDefinition resource
-
-
クラス org.iplass.mtp.web.staticresource.definition.StaticResourceDefinitionModifyResult
class StaticResourceDefinitionModifyResult extends org.iplass.mtp.definition.DefinitionModifyResult implements Serializable- serialVersionUID:
- -9177214238013443910L
-
-
パッケージ org.iplass.mtp.web.template.definition
-
クラス org.iplass.mtp.web.template.definition.BinaryTemplateDefinition
class BinaryTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localizedBinaryList
List<LocalizedBinaryDefinition> localizedBinaryList
多言語設定情報
-
-
クラス org.iplass.mtp.web.template.definition.GroovyTemplateDefinition
class GroovyTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
クラス org.iplass.mtp.web.template.definition.HtmlTemplateDefinition
class HtmlTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
クラス org.iplass.mtp.web.template.definition.JspTemplateDefinition
class JspTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -6397493149115396048L
-
クラス org.iplass.mtp.web.template.definition.LocalizedBinaryDefinition
class LocalizedBinaryDefinition extends Object implements Serializable- serialVersionUID:
- 6284991730335369625L
-
クラス org.iplass.mtp.web.template.definition.TemplateDefinition
class TemplateDefinition extends Object implements Serializable- serialVersionUID:
- 4432940487717913835L
-
直列化されたフィールド
-
contentType
String contentType
ContentType -
description
String description
説明 -
displayName
String displayName
表示名 -
layoutActionName
String layoutActionName
LayoutAction(ActionMappingのName) -
localizedDisplayNameList
List<org.iplass.mtp.definition.LocalizedStringDefinition> localizedDisplayNameList
-
name
String name
定義名
-
-
クラス org.iplass.mtp.web.template.definition.TemplateDefinitionModifyResult
class TemplateDefinitionModifyResult extends org.iplass.mtp.definition.DefinitionModifyResult implements Serializable- serialVersionUID:
- 296761806476260586L
-
-
パッケージ org.iplass.mtp.web.template.report
-
例外クラス org.iplass.mtp.web.template.report.ReportOutputException
class ReportOutputException extends org.iplass.mtp.ApplicationException implements Serializable- serialVersionUID:
- 6686580740228269615L
-
-
パッケージ org.iplass.mtp.web.template.report.definition
-
クラス org.iplass.mtp.web.template.report.definition.GroovyReportOutputLogicDefinition
class GroovyReportOutputLogicDefinition extends ReportOutputLogicDefinition implements Serializable- serialVersionUID:
- -6363313428336523812L
-
直列化されたフィールド
-
script
String script
-
-
クラス org.iplass.mtp.web.template.report.definition.JasperReportType
class JasperReportType extends ReportType implements Serializable- serialVersionUID:
- 1706746796693132616L
-
直列化されたフィールド
-
dataSourceAttributeName
String dataSourceAttributeName
DataSource Attribute名 -
paramMap
ReportParamMapDefinition[] paramMap
パラメータマッピング定義 -
passwordAttributeName
String passwordAttributeName
パスワードAttribute名
-
-
クラス org.iplass.mtp.web.template.report.definition.JavaClassReportOutputLogicDefinition
class JavaClassReportOutputLogicDefinition extends ReportOutputLogicDefinition implements Serializable- serialVersionUID:
- -5912655631675112047L
-
直列化されたフィールド
-
className
String className
-
-
クラス org.iplass.mtp.web.template.report.definition.JxlsReportType
class JxlsReportType extends ReportType implements Serializable- serialVersionUID:
- 4425769299483314155L
-
直列化されたフィールド
-
paramMap
ReportParamMapDefinition[] paramMap
-
passwordAttributeName
String passwordAttributeName
-
reportOutputLogicDefinition
ReportOutputLogicDefinition reportOutputLogicDefinition
-
templateName
String templateName
-
-
クラス org.iplass.mtp.web.template.report.definition.LocalizedReportDefinition
class LocalizedReportDefinition extends Object implements Serializable- serialVersionUID:
- 448974983951499194L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localeName
String localeName
-
reportType
ReportType reportType
-
-
クラス org.iplass.mtp.web.template.report.definition.PoiReportType
class PoiReportType extends ReportType implements Serializable- serialVersionUID:
- 865565133915249823L
-
直列化されたフィールド
-
passwordAttributeName
String passwordAttributeName
-
reportOutputLogicDefinition
ReportOutputLogicDefinition reportOutputLogicDefinition
-
-
クラス org.iplass.mtp.web.template.report.definition.ReportOutputLogicDefinition
class ReportOutputLogicDefinition extends Object implements Serializable- serialVersionUID:
- -3893705237664300024L
-
クラス org.iplass.mtp.web.template.report.definition.ReportParamMapDefinition
class ReportParamMapDefinition extends Object implements Serializable- serialVersionUID:
- 8121021196519567703L
-
クラス org.iplass.mtp.web.template.report.definition.ReportTemplateDefinition
class ReportTemplateDefinition extends TemplateDefinition implements Serializable- serialVersionUID:
- -7473797665141741546L
-
直列化されたフィールド
-
binary
byte[] binary
-
fileName
String fileName
-
localizedReportList
List<LocalizedReportDefinition> localizedReportList
多言語設定情報 -
reportType
ReportType reportType
-
-
クラス org.iplass.mtp.web.template.report.definition.ReportType
class ReportType extends Object implements Serializable- serialVersionUID:
- -7878509238666614937L
-
直列化されたフィールド
-
outputFileType
String outputFileType
-
-
-
パッケージ org.iplass.mtp.web.template.tags
-
クラス org.iplass.mtp.web.template.tags.AuthTag
class AuthTag extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 1L
-
クラス org.iplass.mtp.web.template.tags.BindTag
class BindTag extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable- serialVersionUID:
- 1L
-
直列化されたフィールド
-
autoDetectErrors
Boolean autoDetectErrors
-
bean
Object bean
-
beanVariableName
String beanVariableName
-
elMapper
org.iplass.mtp.impl.command.beanmapper.el.ELMapper elMapper
-
errorsVariableName
String errorsVariableName
-
formatter
ValueFormatter formatter
-
htmlEscape
Boolean htmlEscape
-
indexPostfix
String indexPostfix
-
indexPrefix
String indexPrefix
-
mappingResult
org.iplass.mtp.command.beanmapper.MappingResult mappingResult
-
mappingResultVariableName
String mappingResultVariableName
-
prefix
String prefix
-
prop
String prop
-
propertyDelimiter
String propertyDelimiter
-
propertyErrorValueVariableName
String propertyErrorValueVariableName
-
propertyNameVariableName
String propertyNameVariableName
-
propertyRawValueVariableName
String propertyRawValueVariableName
-
propertyValueVariableName
String propertyValueVariableName
-
setBean
boolean setBean
-
setProp
boolean setProp
-
-
クラス org.iplass.mtp.web.template.tags.ErrorsTag
class ErrorsTag extends jakarta.servlet.jsp.tagext.BodyTagSupport implements Serializable- serialVersionUID:
- 1L
-
-
パッケージ org.iplass.mtp.webapi
-
例外クラス org.iplass.mtp.webapi.WebApiRuntimeException
class WebApiRuntimeException extends org.iplass.mtp.SystemException implements Serializable- serialVersionUID:
- -9112564002179662504L
-
-
パッケージ org.iplass.mtp.webapi.definition
-
クラス org.iplass.mtp.webapi.definition.EntityWebApiDefinition
class EntityWebApiDefinition extends Object implements Serializable- serialVersionUID:
- 4363768874329012614L
-
クラス org.iplass.mtp.webapi.definition.WebApiDefinition
class WebApiDefinition extends Object implements Serializable- serialVersionUID:
- 7903913056944225448L
-
直列化されたフィールド
-
accepts
RequestType[] accepts
WebApiの受付種別。 -
accessControlAllowCredentials
boolean accessControlAllowCredentials
-
accessControlAllowOrigin
String accessControlAllowOrigin
-
allowRequestContentTypes
String[] allowRequestContentTypes
-
cacheControlMaxAge
long cacheControlMaxAge
WebAPIキャッシュのmax-age(秒) -
cacheControlType
CacheControlType cacheControlType
WebAPIキャッシュ指定。 未指定の場合はキャッシュをしない。 -
commandConfig
org.iplass.mtp.command.definition.config.CommandConfig commandConfig
このWebApiが呼び出されたときに実行するCommand。 -
description
String description
-
displayName
String displayName
-
isCheckXRequestedWithHeader
boolean isCheckXRequestedWithHeader
XMLHttpRequestがセットされていることを確認するか。 -
isPrivileged
boolean isPrivileged
このWebApiで処理されるCommandを特権(セキュリティ制約を受けない)にて処理するかどうか。デフォルトはfalse。 -
isPublicWebApi
boolean isPublicWebApi
このWebApiの呼び出しをセキュリティ設定によらず呼び出し可能にする場合は、trueを設定。 isPrivilegedとの違いは、Entityの操作などにおいては、セキュリティ制約を受ける。デフォルトはfalse。 -
maxFileSize
Long maxFileSize
-
maxRequestBodySize
Long maxRequestBodySize
-
methods
MethodType[] methods
WebApiのメソッド種別。 -
name
String name
共通項目。 -
needTrustedAuthenticate
boolean needTrustedAuthenticate
-
oauthScopes
String[] oauthScopes
-
responseType
String responseType
-
restJsonParameterName
String restJsonParameterName
REST JSON受付時のパラメータ名 -
restJsonParameterType
String restJsonParameterType
REST JSON受付時のパラメータタイプ(クラスパス) -
restXmlParameterName
String restXmlParameterName
REST XML受付時のパラメータ名 -
results
String[] results
Commandの実行結果と、表示処理の対応の定義。 -
state
StateType state
-
supportBearerToken
boolean supportBearerToken
-
synchronizeOnSession
boolean synchronizeOnSession
sessionにて同期を行うか否か -
tokenCheck
WebApiTokenCheck tokenCheck
Tokenチェックの実行設定。 未指定可(Tokenチェックは実行されない)。 -
webApiParamMap
WebApiParamMapDefinition[] webApiParamMap
WebApiからのパラメータのCommand実行時のParameter名のマップの定義
-
-
クラス org.iplass.mtp.webapi.definition.WebApiDefinitionModifyResult
class WebApiDefinitionModifyResult extends org.iplass.mtp.definition.DefinitionModifyResult implements Serializable- serialVersionUID:
- -8074429180806879351L
-
クラス org.iplass.mtp.webapi.definition.WebApiParamMapDefinition
class WebApiParamMapDefinition extends Object implements Serializable- serialVersionUID:
- -8571119343858716267L
-
クラス org.iplass.mtp.webapi.definition.WebApiTokenCheck
class WebApiTokenCheck extends Object implements Serializable- serialVersionUID:
- -6137919446875518790L
-
直列化されたフィールド
-
consume
boolean consume
-
exceptionRollback
boolean exceptionRollback
-
useFixedToken
boolean useFixedToken
-
-
-
パッケージ org.iplass.mtp.webapi.entity
-
例外クラス org.iplass.mtp.webapi.entity.SearchResultLimitExceededException
class SearchResultLimitExceededException extends org.iplass.mtp.ApplicationException implements Serializable- serialVersionUID:
- -5171809709146937565L
-