Serialized Form
-
Package org.apache.syncope.common.lib
-
Class org.apache.syncope.common.lib.Attr extends Object implements Serializable
- serialVersionUID:
- 4941691338796323623L
-
Class org.apache.syncope.common.lib.SyncopeClientCompositeException extends SyncopeClientException implements Serializable
- serialVersionUID:
- 7882118041134372129L
-
Serialized Fields
-
exceptions
Set<SyncopeClientException> exceptions
-
-
Class org.apache.syncope.common.lib.SyncopeClientException extends RuntimeException implements Serializable
- serialVersionUID:
- 3380920886511913475L
-
Serialized Fields
-
elements
Set<String> elements
-
type
ClientExceptionType type
-
-
Class org.apache.syncope.common.lib.SyncopeProperties extends Object implements Serializable
- serialVersionUID:
- -2010397350183187681L
-
-
Package org.apache.syncope.common.lib.audit
-
Class org.apache.syncope.common.lib.audit.AuditEntry extends Object implements Serializable
- serialVersionUID:
- 1215115961911228005L
-
Serialized Fields
-
before
String before
-
date
OffsetDateTime date
-
inputs
List<String> inputs
-
logger
AuditLoggerName logger
-
output
String output
-
throwable
String throwable
-
who
String who
-
-
Class org.apache.syncope.common.lib.audit.EventCategory extends Object implements Serializable
- serialVersionUID:
- -4340060002701633401L
-
Serialized Fields
-
category
String category
-
events
List<String> events
-
subcategory
String subcategory
-
type
AuditElements.EventCategoryType type
-
-
-
Package org.apache.syncope.common.lib.collections
-
Class org.apache.syncope.common.lib.collections.CircularFifoQueue extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- -8423413834657610406L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the queue in using a custom routine.- Throws:
IOException- if an I/O error occurs while writing to the output streamClassNotFoundException- if the class of a serialized object can not be found
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the queue out using a custom routine.- Throws:
IOException- if an I/O error occurs while writing to the output stream
-
-
Serialized Fields
-
maxElements
int maxElements
Capacity of the queue.
-
-
-
Package org.apache.syncope.common.lib.command
-
Class org.apache.syncope.common.lib.command.CommandArgs extends Object implements Serializable
- serialVersionUID:
- -85050010490462751L
-
Class org.apache.syncope.common.lib.command.CommandOutput extends CommandTO implements Serializable
- serialVersionUID:
- 7711356516501958110L
-
Serialized Fields
-
output
String output
-
-
Class org.apache.syncope.common.lib.command.CommandTO extends Object implements Serializable
- serialVersionUID:
- 7711356516501958110L
-
Serialized Fields
-
args
CommandArgs args
-
key
String key
-
-
-
Package org.apache.syncope.common.lib.info
-
Class org.apache.syncope.common.lib.info.JavaImplInfo extends Object implements Serializable
- serialVersionUID:
- 4036793959111794959L
-
Class org.apache.syncope.common.lib.info.NumbersInfo extends Object implements Serializable
- serialVersionUID:
- 7691187370598649583L
-
Serialized Fields
-
any1ByRealm
Map<String,Integer> any1ByRealm
-
any2ByRealm
Map<String,Integer> any2ByRealm
-
anyType1
String anyType1
-
anyType2
String anyType2
-
confCompleteness
Map<String,Boolean> confCompleteness
-
groupsByRealm
Map<String,Integer> groupsByRealm
-
taskExecutorInfos
Map<String,NumbersInfo.TaskExecutorInfo> taskExecutorInfos
-
totalAny1
Integer totalAny1
-
totalAny2
Integer totalAny2
-
totalGroups
int totalGroups
-
totalResources
int totalResources
-
totalRoles
int totalRoles
-
totalUsers
int totalUsers
-
usersByRealm
Map<String,Integer> usersByRealm
-
usersByStatus
Map<String,Integer> usersByStatus
-
-
Class org.apache.syncope.common.lib.info.PlatformInfo extends Object implements Serializable
- serialVersionUID:
- -7941853999417673827L
-
Serialized Fields
-
anyTypeClasses
List<String> anyTypeClasses
-
anyTypes
List<String> anyTypes
-
connIdLocations
Set<String> connIdLocations
-
entitlements
Set<String> entitlements
-
implementationTypes
Set<String> implementationTypes
-
javaImplInfos
Set<JavaImplInfo> javaImplInfos
-
pwdResetAllowed
boolean pwdResetAllowed
-
pwdResetRequiringSecurityQuestions
boolean pwdResetRequiringSecurityQuestions
-
resources
List<String> resources
-
selfRegAllowed
boolean selfRegAllowed
-
userClasses
List<String> userClasses
-
-
Class org.apache.syncope.common.lib.info.SystemInfo extends Object implements Serializable
- serialVersionUID:
- -352727968865892499L
-
Serialized Fields
-
availableProcessors
int availableProcessors
-
hostname
String hostname
-
jvm
String jvm
-
load
CircularFifoQueue<SystemInfo.LoadInstant> load
-
os
String os
-
startTime
long startTime
-
-
Class org.apache.syncope.common.lib.info.SystemInfo.LoadInstant extends Object implements Serializable
- serialVersionUID:
- 1700788373758716478L
-
Serialized Fields
-
freeMemory
long freeMemory
-
maxMemory
long maxMemory
-
systemLoadAverage
double systemLoadAverage
-
totalMemory
long totalMemory
-
uptime
long uptime
-
-
-
Package org.apache.syncope.common.lib.jackson
-
Class org.apache.syncope.common.lib.jackson.SyncopeJsonMapper extends com.fasterxml.jackson.databind.json.JsonMapper implements Serializable
- serialVersionUID:
- -317191546835195103L
-
Class org.apache.syncope.common.lib.jackson.SyncopeXmlMapper extends com.fasterxml.jackson.dataformat.xml.XmlMapper implements Serializable
- serialVersionUID:
- 1022020055828974308L
-
Class org.apache.syncope.common.lib.jackson.SyncopeYAMLMapper extends com.fasterxml.jackson.dataformat.yaml.YAMLMapper implements Serializable
- serialVersionUID:
- 1022020055828974308L
-
-
Package org.apache.syncope.common.lib.policy
-
Class org.apache.syncope.common.lib.policy.AbstractAccountRuleConf extends Object implements Serializable
- serialVersionUID:
- -4080475005967851092L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.syncope.common.lib.policy.AbstractPasswordRuleConf extends Object implements Serializable
- serialVersionUID:
- -5814018872387142339L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.syncope.common.lib.policy.AccountPolicyTO extends PolicyTO implements Serializable
- serialVersionUID:
- -1557150042828800134L
-
Class org.apache.syncope.common.lib.policy.DefaultAccountRuleConf extends AbstractAccountRuleConf implements Serializable
- serialVersionUID:
- 3259256974414758406L
-
Serialized Fields
-
allLowerCase
boolean allLowerCase
Specify if one or more uppercase characters are permitted. -
allUpperCase
boolean allUpperCase
Specify if one or more lowercase characters are permitted. -
maxLength
int maxLength
Minimum length. -
minLength
int minLength
Maximum length. -
pattern
String pattern
Pattern (regular expression) that must match. -
prefixesNotPermitted
List<String> prefixesNotPermitted
Substrings not permitted as prefix. -
schemasNotPermitted
List<String> schemasNotPermitted
User attribute values not permitted. -
suffixesNotPermitted
List<String> suffixesNotPermitted
Substrings not permitted as suffix. -
wordsNotPermitted
List<String> wordsNotPermitted
Substrings not permitted.
-
-
Class org.apache.syncope.common.lib.policy.DefaultPasswordRuleConf extends AbstractPasswordRuleConf implements Serializable
- serialVersionUID:
- -7988778083915548547L
-
Serialized Fields
-
alphabetical
int alphabetical
-
digit
int digit
-
illegalChars
List<Character> illegalChars
-
lowercase
int lowercase
-
maxLength
int maxLength
-
minLength
int minLength
-
repeatSame
int repeatSame
-
schemasNotPermitted
List<String> schemasNotPermitted
User attribute values not permitted. -
special
int special
-
specialChars
List<Character> specialChars
-
uppercase
int uppercase
-
usernameAllowed
boolean usernameAllowed
Specify if using username as password is allowed. -
wordsNotPermitted
List<String> wordsNotPermitted
Substrings not permitted.
-
-
Class org.apache.syncope.common.lib.policy.HaveIBeenPwnedPasswordRuleConf extends AbstractPasswordRuleConf implements Serializable
- serialVersionUID:
- -8962889598888347921L
-
Class org.apache.syncope.common.lib.policy.PasswordPolicyTO extends PolicyTO implements Serializable
- serialVersionUID:
- -5606086441294799690L
-
Class org.apache.syncope.common.lib.policy.PolicyTO extends Object implements Serializable
- serialVersionUID:
- -2903888572649721035L
-
-
Package org.apache.syncope.common.lib.report
-
Package org.apache.syncope.common.lib.request
-
Class org.apache.syncope.common.lib.request.AbstractPatch extends Object implements Serializable
- serialVersionUID:
- -4729181508529829580L
-
Serialized Fields
-
operation
PatchOperation operation
-
-
Class org.apache.syncope.common.lib.request.AbstractPatchItem extends AbstractPatch implements Serializable
- serialVersionUID:
- -8889326446009942028L
-
Serialized Fields
-
value
T value
-
-
Class org.apache.syncope.common.lib.request.AbstractReplacePatchItem extends AbstractPatchItem<T> implements Serializable
- serialVersionUID:
- 2027599764019829563L
-
Class org.apache.syncope.common.lib.request.AnyCR extends Object implements Serializable
- serialVersionUID:
- -1180587903919947455L
-
Class org.apache.syncope.common.lib.request.AnyObjectCR extends AnyCR implements Serializable
- serialVersionUID:
- 5460996992553869226L
-
Serialized Fields
-
memberships
List<MembershipTO> memberships
-
name
String name
-
relationships
List<RelationshipTO> relationships
-
type
String type
-
-
Class org.apache.syncope.common.lib.request.AnyObjectUR extends AnyUR implements Serializable
- serialVersionUID:
- -1644118942622556097L
-
Serialized Fields
-
memberships
Set<MembershipUR> memberships
-
name
StringReplacePatchItem name
-
relationships
Set<RelationshipUR> relationships
-
-
Class org.apache.syncope.common.lib.request.AnyUR extends Object implements Serializable
- serialVersionUID:
- -7445489774552440544L
-
Serialized Fields
-
auxClasses
Set<StringPatchItem> auxClasses
-
discriminator
String discriminator
-
key
String key
-
plainAttrs
Set<AttrPatch> plainAttrs
-
realm
StringReplacePatchItem realm
-
resources
Set<StringPatchItem> resources
-
virAttrs
Set<Attr> virAttrs
-
-
Class org.apache.syncope.common.lib.request.AttrPatch extends AbstractPatch implements Serializable
- serialVersionUID:
- 6881634224246176673L
-
Serialized Fields
-
attr
Attr attr
-
-
Class org.apache.syncope.common.lib.request.BooleanReplacePatchItem extends AbstractReplacePatchItem<Boolean> implements Serializable
- serialVersionUID:
- 4013349284181583101L
-
Class org.apache.syncope.common.lib.request.GroupCR extends AnyCR implements Serializable
- serialVersionUID:
- -4559772531167385473L
-
Class org.apache.syncope.common.lib.request.GroupUR extends AnyUR implements Serializable
- serialVersionUID:
- -460284378124440077L
-
Serialized Fields
-
adynMembershipConds
Map<String,String> adynMembershipConds
-
groupOwner
StringReplacePatchItem groupOwner
-
name
StringReplacePatchItem name
-
typeExtensions
List<TypeExtensionTO> typeExtensions
-
udynMembershipCond
String udynMembershipCond
-
userOwner
StringReplacePatchItem userOwner
-
-
Class org.apache.syncope.common.lib.request.LinkedAccountUR extends AbstractPatch implements Serializable
- serialVersionUID:
- 7848357705991620487L
-
Serialized Fields
-
linkedAccountTO
LinkedAccountTO linkedAccountTO
-
-
Class org.apache.syncope.common.lib.request.LongPatchItem extends AbstractPatchItem<Long> implements Serializable
- serialVersionUID:
- 7308597905137875993L
-
Class org.apache.syncope.common.lib.request.MembershipUR extends AbstractPatch implements Serializable
- serialVersionUID:
- -6783121761221554433L
-
Class org.apache.syncope.common.lib.request.PasswordPatch extends StringReplacePatchItem implements Serializable
- serialVersionUID:
- 961023537479513071L
-
Class org.apache.syncope.common.lib.request.RelationshipUR extends AbstractPatch implements Serializable
- serialVersionUID:
- 1314175521205206511L
-
Serialized Fields
-
relationshipTO
RelationshipTO relationshipTO
-
-
Class org.apache.syncope.common.lib.request.ResourceAR extends PasswordPatch implements Serializable
- serialVersionUID:
- 6295778399633883767L
-
Serialized Fields
-
action
ResourceAssociationAction action
-
key
String key
-
-
Class org.apache.syncope.common.lib.request.ResourceDR extends Object implements Serializable
- serialVersionUID:
- 6295778399633883767L
-
Serialized Fields
-
action
ResourceDeassociationAction action
-
key
String key
-
resources
List<String> resources
-
-
Class org.apache.syncope.common.lib.request.StatusR extends PasswordPatch implements Serializable
- serialVersionUID:
- 99309988426922612L
-
Serialized Fields
-
key
String key
Key of user to for which status update is requested. -
token
String token
Update token (if required). -
type
StatusRType type
-
-
Class org.apache.syncope.common.lib.request.StringPatchItem extends AbstractPatchItem<String> implements Serializable
- serialVersionUID:
- -4956965404796800689L
-
Class org.apache.syncope.common.lib.request.StringReplacePatchItem extends AbstractReplacePatchItem<String> implements Serializable
- serialVersionUID:
- -5631052324901928363L
-
Class org.apache.syncope.common.lib.request.UserCR extends AnyCR implements Serializable
- serialVersionUID:
- 2808404532469484940L
-
Serialized Fields
-
linkedAccounts
List<LinkedAccountTO> linkedAccounts
-
memberships
List<MembershipTO> memberships
-
mustChangePassword
boolean mustChangePassword
-
password
String password
-
relationships
List<RelationshipTO> relationships
-
roles
Set<String> roles
-
securityAnswer
String securityAnswer
-
securityQuestion
String securityQuestion
-
storePassword
boolean storePassword
-
username
String username
-
-
Class org.apache.syncope.common.lib.request.UserUR extends AnyUR implements Serializable
- serialVersionUID:
- 2872795537911821448L
-
Serialized Fields
-
linkedAccounts
List<LinkedAccountUR> linkedAccounts
-
memberships
Set<MembershipUR> memberships
-
mustChangePassword
BooleanReplacePatchItem mustChangePassword
-
password
PasswordPatch password
-
relationships
Set<RelationshipUR> relationships
-
roles
Set<StringPatchItem> roles
-
securityAnswer
StringReplacePatchItem securityAnswer
-
securityQuestion
StringReplacePatchItem securityQuestion
-
username
StringReplacePatchItem username
-
-
-
Package org.apache.syncope.common.lib.search
-
Class org.apache.syncope.common.lib.search.AbstractFiqlSearchConditionBuilder extends org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder implements Serializable
- serialVersionUID:
- 9043884238032703381L
-
Class org.apache.syncope.common.lib.search.AnyObjectFiqlSearchConditionBuilder extends AbstractFiqlSearchConditionBuilder<AnyObjectProperty,AnyObjectPartialCondition,AnyObjectCompleteCondition> implements Serializable
- serialVersionUID:
- -3248603004632741935L
-
Serialized Fields
-
type
String type
-
-
Class org.apache.syncope.common.lib.search.ConnObjectTOFiqlSearchConditionBuilder extends AbstractFiqlSearchConditionBuilder<ConnObjectTOProperty,ConnObjectTOPartialCondition,ConnObjectTOCompleteCondition> implements Serializable
- serialVersionUID:
- 4983742159694010935L
-
Class org.apache.syncope.common.lib.search.GroupFiqlSearchConditionBuilder extends AbstractFiqlSearchConditionBuilder<GroupProperty,GroupPartialCondition,GroupCompleteCondition> implements Serializable
- serialVersionUID:
- 6275686371606165706L
-
Class org.apache.syncope.common.lib.search.UserFiqlSearchConditionBuilder extends AbstractFiqlSearchConditionBuilder<UserProperty,UserPartialCondition,UserCompleteCondition> implements Serializable
- serialVersionUID:
- 3485708634448845774L
-
-
Package org.apache.syncope.common.lib.to
-
Class org.apache.syncope.common.lib.to.AbstractStartEndBean extends Object implements Serializable
- serialVersionUID:
- 2399577415544539917L
-
Serialized Fields
-
end
OffsetDateTime end
-
start
OffsetDateTime start
-
-
Class org.apache.syncope.common.lib.to.AccessTokenTO extends Object implements Serializable
- serialVersionUID:
- 6577639976115661357L
-
Serialized Fields
-
body
String body
-
expirationTime
OffsetDateTime expirationTime
-
key
String key
-
owner
String owner
-
-
Class org.apache.syncope.common.lib.to.AnyObjectTO extends AnyTO implements Serializable
- serialVersionUID:
- 8841697496476959639L
-
Serialized Fields
-
dynMemberships
List<MembershipTO> dynMemberships
-
memberships
List<MembershipTO> memberships
-
name
String name
-
relationships
List<RelationshipTO> relationships
-
-
Class org.apache.syncope.common.lib.to.AnyTO extends Object implements Serializable
- serialVersionUID:
- -754311920679872084L
-
Serialized Fields
-
auxClasses
Set<String> auxClasses
-
creationContext
String creationContext
Context information about create. -
creationDate
OffsetDateTime creationDate
-
creator
String creator
Username of the user that has created the related instance. -
derAttrs
Set<Attr> derAttrs
-
discriminator
String discriminator
-
dynRealms
List<String> dynRealms
-
key
String key
-
lastChangeContext
String lastChangeContext
Context information about last change. -
lastChangeDate
OffsetDateTime lastChangeDate
-
lastModifier
String lastModifier
Username of the user that has performed the last modification to the related instance. -
plainAttrs
Set<Attr> plainAttrs
-
realm
String realm
-
resources
Set<String> resources
-
status
String status
-
type
String type
-
virAttrs
Set<Attr> virAttrs
-
-
Class org.apache.syncope.common.lib.to.AnyTypeClassTO extends Object implements Serializable
- serialVersionUID:
- -591757688607551266L
-
Class org.apache.syncope.common.lib.to.AnyTypeTO extends Object implements Serializable
- serialVersionUID:
- 6771657557616874373L
-
Serialized Fields
-
classes
List<String> classes
-
key
String key
-
kind
AnyTypeKind kind
-
-
Class org.apache.syncope.common.lib.to.ApplicationTO extends Object implements Serializable
- serialVersionUID:
- -4117796727736925215L
-
Serialized Fields
-
description
String description
-
key
String key
-
privileges
List<PrivilegeTO> privileges
-
-
Class org.apache.syncope.common.lib.to.AuditConfTO extends Object implements Serializable
- serialVersionUID:
- 7077562682788L
-
Serialized Fields
-
active
boolean active
-
key
String key
-
-
Class org.apache.syncope.common.lib.to.ConnObject extends Object implements Serializable
- serialVersionUID:
- 5139554911265442497L
-
Class org.apache.syncope.common.lib.to.DelegationTO extends AbstractStartEndBean implements Serializable
- serialVersionUID:
- 18031949556054L
-
Class org.apache.syncope.common.lib.to.DerSchemaTO extends SchemaTO implements Serializable
- serialVersionUID:
- -6747399803792103108L
-
Serialized Fields
-
expression
String expression
-
-
Class org.apache.syncope.common.lib.to.DynRealmTO extends Object implements Serializable
- serialVersionUID:
- 4560822655754800031L
-
Class org.apache.syncope.common.lib.to.ErrorTO extends Object implements Serializable
- serialVersionUID:
- 2435764161719225927L
-
Serialized Fields
-
elements
List<String> elements
-
status
int status
-
type
ClientExceptionType type
-
-
Class org.apache.syncope.common.lib.to.ExecTO extends AbstractStartEndBean implements Serializable
- serialVersionUID:
- -4621191979198357081L
-
Class org.apache.syncope.common.lib.to.FIQLQueryTO extends Object implements Serializable
- serialVersionUID:
- -4467481248062334069L
-
Class org.apache.syncope.common.lib.to.GroupTO extends AnyTO implements Serializable
- serialVersionUID:
- -7785920258290147542L
-
Serialized Fields
-
adynMembershipConds
Map<String,String> adynMembershipConds
-
dynamicAnyObjectMembershipCount
int dynamicAnyObjectMembershipCount
-
dynamicUserMembershipCount
int dynamicUserMembershipCount
-
groupOwner
String groupOwner
-
name
String name
-
staticAnyObjectMembershipCount
int staticAnyObjectMembershipCount
-
staticUserMembershipCount
int staticUserMembershipCount
-
typeExtensions
List<TypeExtensionTO> typeExtensions
-
udynMembershipCond
String udynMembershipCond
-
userOwner
String userOwner
-
-
Class org.apache.syncope.common.lib.to.ImplementationTO extends Object implements Serializable
- serialVersionUID:
- 2703397698393060586L
-
Serialized Fields
-
body
String body
-
engine
ImplementationEngine engine
-
key
String key
-
type
String type
-
-
Class org.apache.syncope.common.lib.to.Item extends Object implements Serializable
- serialVersionUID:
- 2983498836767176862L
-
Serialized Fields
-
connObjectKey
boolean connObjectKey
Specify if the mapped target resource's field is the key. -
extAttrName
String extAttrName
External resource's field to be mapped. -
intAttrName
String intAttrName
Attribute schema to be mapped. Consider other we can associate tha same attribute schema more than once, with different aliases, to different resource attributes. -
mandatoryCondition
String mandatoryCondition
Specify if the mapped target resource's field is nullable. -
password
boolean password
Specify if the mapped target resource's field is the password. -
propagationJEXLTransformer
String propagationJEXLTransformer
(Optional) JEXL expression to apply to values before propagation. -
pullJEXLTransformer
String pullJEXLTransformer
(Optional) JEXL expression to apply to values before pull. -
purpose
MappingPurpose purpose
Mapping purposes. -
transformers
List<String> transformers
-
-
Class org.apache.syncope.common.lib.to.ItemContainer extends Object implements Serializable
- serialVersionUID:
- 3637981417797873343L
-
Class org.apache.syncope.common.lib.to.JobTO extends Object implements Serializable
- serialVersionUID:
- -7254450981751326711L
-
Serialized Fields
-
refDesc
String refDesc
-
refKey
String refKey
-
running
boolean running
-
scheduled
boolean scheduled
-
start
OffsetDateTime start
-
status
String status
-
type
JobType type
-
-
Class org.apache.syncope.common.lib.to.LinkedAccountTO extends Object implements Serializable
- serialVersionUID:
- 7396929732310559535L
-
Class org.apache.syncope.common.lib.to.MacroTaskTO extends SchedTaskTO implements Serializable
- serialVersionUID:
- -2387363212408909094L
-
Class org.apache.syncope.common.lib.to.MailTemplateTO extends Object implements Serializable
- serialVersionUID:
- 8389755049666062735L
-
Serialized Fields
-
key
String key
-
-
Class org.apache.syncope.common.lib.to.MembershipTO extends Object implements Serializable
- serialVersionUID:
- 5992828670273935861L
-
Class org.apache.syncope.common.lib.to.NotificationTaskTO extends TaskTO implements Serializable
- serialVersionUID:
- 371671242591093846L
-
Serialized Fields
-
anyTypeKind
AnyTypeKind anyTypeKind
-
entityKey
String entityKey
-
executed
boolean executed
-
htmlBody
String htmlBody
-
notification
String notification
-
recipients
Set<String> recipients
-
sender
String sender
-
subject
String subject
-
textBody
String textBody
-
traceLevel
TraceLevel traceLevel
-
-
Class org.apache.syncope.common.lib.to.NotificationTO extends Object implements Serializable
- serialVersionUID:
- -6145117115632592612L
-
Serialized Fields
-
abouts
Map<String,String> abouts
-
active
boolean active
-
events
List<String> events
-
key
String key
-
recipientAttrName
String recipientAttrName
-
recipientsFIQL
String recipientsFIQL
-
recipientsProvider
String recipientsProvider
-
selfAsRecipient
boolean selfAsRecipient
-
sender
String sender
-
staticRecipients
List<String> staticRecipients
-
subject
String subject
-
template
String template
-
traceLevel
TraceLevel traceLevel
-
-
Class org.apache.syncope.common.lib.to.PagedResult extends Object implements Serializable
- serialVersionUID:
- 3472875885259250934L
-
Class org.apache.syncope.common.lib.to.PlainSchemaTO extends SchemaTO implements Serializable
- serialVersionUID:
- -8133983392476990308L
-
Serialized Fields
-
cipherAlgorithm
CipherAlgorithm cipherAlgorithm
-
conversionPattern
String conversionPattern
-
enumerationKeys
String enumerationKeys
-
enumerationValues
String enumerationValues
-
mandatoryCondition
String mandatoryCondition
-
mimeType
String mimeType
-
multivalue
boolean multivalue
-
readonly
boolean readonly
-
secretKey
String secretKey
-
type
AttrSchemaType type
-
uniqueConstraint
boolean uniqueConstraint
-
validator
String validator
-
-
Class org.apache.syncope.common.lib.to.PrivilegeTO extends Object implements Serializable
- serialVersionUID:
- 5461846770586031758L
-
Class org.apache.syncope.common.lib.to.PropagationStatus extends Object implements Serializable
- serialVersionUID:
- 3921498450222857690L
-
Serialized Fields
-
afterObj
ConnObject afterObj
Object after propagation. -
beforeObj
ConnObject beforeObj
Object before propagation. -
failureReason
String failureReason
Propagation task execution failure message. -
resource
String resource
Propagated resource name. -
status
ExecStatus status
Propagation task execution status.
-
-
Class org.apache.syncope.common.lib.to.PropagationTaskTO extends TaskTO implements Serializable
- serialVersionUID:
- 386450127003321197L
-
Serialized Fields
-
anyType
String anyType
-
anyTypeKind
AnyTypeKind anyTypeKind
-
connObjectKey
String connObjectKey
-
entityKey
String entityKey
-
objectClassName
String objectClassName
-
oldConnObjectKey
String oldConnObjectKey
-
operation
ResourceOperation operation
-
propagationData
String propagationData
-
resource
String resource
-
-
Class org.apache.syncope.common.lib.to.ProvisioningResult extends Object implements Serializable
- serialVersionUID:
- 351317476398082746L
-
Serialized Fields
-
entity
E extends EntityTO entity
-
propagationStatuses
List<PropagationStatus> propagationStatuses
-
-
Class org.apache.syncope.common.lib.to.ProvisioningTaskTO extends SchedTaskTO implements Serializable
- serialVersionUID:
- -5722284116974636425L
-
Serialized Fields
-
actions
List<String> actions
-
concurrentSettings
ThreadPoolSettings concurrentSettings
-
matchingRule
MatchingRule matchingRule
-
performCreate
boolean performCreate
-
performDelete
boolean performDelete
-
performUpdate
boolean performUpdate
-
resource
String resource
-
syncStatus
boolean syncStatus
-
unmatchingRule
UnmatchingRule unmatchingRule
-
-
Class org.apache.syncope.common.lib.to.PullTaskTO extends ProvisioningTaskTO implements Serializable
- serialVersionUID:
- -2143537546915809017L
-
Class org.apache.syncope.common.lib.to.PushTaskTO extends ProvisioningTaskTO implements Serializable
- serialVersionUID:
- -2143537546915809018L
-
Class org.apache.syncope.common.lib.to.RealmTO extends Object implements Serializable
- serialVersionUID:
- 516330662956254391L
-
Serialized Fields
-
accessPolicy
String accessPolicy
-
accountPolicy
String accountPolicy
-
actions
List<String> actions
-
attrReleasePolicy
String attrReleasePolicy
-
authPolicy
String authPolicy
-
fullPath
String fullPath
-
key
String key
-
name
String name
-
parent
String parent
-
passwordPolicy
String passwordPolicy
-
resources
List<String> resources
-
templates
Map<String,AnyTO> templates
-
ticketExpirationPolicy
String ticketExpirationPolicy
-
-
Class org.apache.syncope.common.lib.to.RelationshipTO extends Object implements Serializable
- serialVersionUID:
- 360672942026613929L
-
Class org.apache.syncope.common.lib.to.RelationshipTypeTO extends Object implements Serializable
- serialVersionUID:
- -1884088415277925817L
-
Class org.apache.syncope.common.lib.to.ReportTO extends AbstractStartEndBean implements Serializable
- serialVersionUID:
- 5274568072084814410L
-
Serialized Fields
-
active
boolean active
-
cronExpression
String cronExpression
-
executions
List<ExecTO> executions
-
fileExt
String fileExt
-
jobDelegate
String jobDelegate
-
key
String key
-
lastExec
OffsetDateTime lastExec
-
lastExecutor
String lastExecutor
-
latestExecStatus
String latestExecStatus
-
mimeType
String mimeType
-
name
String name
-
nextExec
OffsetDateTime nextExec
-
-
Class org.apache.syncope.common.lib.to.RoleTO extends Object implements Serializable
- serialVersionUID:
- 4560822655754800031L
-
Class org.apache.syncope.common.lib.to.SchedTaskTO extends TaskTO implements Serializable
- serialVersionUID:
- -5722284116974636425L
-
Serialized Fields
-
active
boolean active
-
cronExpression
String cronExpression
-
description
String description
-
jobDelegate
String jobDelegate
-
lastExec
OffsetDateTime lastExec
-
name
String name
-
nextExec
OffsetDateTime nextExec
-
startAt
OffsetDateTime startAt
-
-
Class org.apache.syncope.common.lib.to.SchemaTO extends Object implements Serializable
- serialVersionUID:
- 4088388951694301759L
-
Class org.apache.syncope.common.lib.to.SecurityQuestionTO extends Object implements Serializable
- serialVersionUID:
- 5969810939993556530L
-
Class org.apache.syncope.common.lib.to.TaskTO extends AbstractStartEndBean implements Serializable
- serialVersionUID:
- 386450127003321197L
-
Class org.apache.syncope.common.lib.to.TypeExtensionTO extends Object implements Serializable
- serialVersionUID:
- -5422809645030924811L
-
Class org.apache.syncope.common.lib.to.UserTO extends AnyTO implements Serializable
- serialVersionUID:
- 7791304495192615740L
-
Serialized Fields
-
changePwdDate
OffsetDateTime changePwdDate
-
delegatedDelegations
List<String> delegatedDelegations
-
delegatingDelegations
List<String> delegatingDelegations
-
dynMemberships
List<MembershipTO> dynMemberships
-
dynRoles
List<String> dynRoles
-
failedLogins
Integer failedLogins
-
lastLoginDate
OffsetDateTime lastLoginDate
-
linkedAccounts
List<LinkedAccountTO> linkedAccounts
-
memberships
List<MembershipTO> memberships
-
mustChangePassword
boolean mustChangePassword
-
password
String password
-
privileges
Set<String> privileges
-
relationships
List<RelationshipTO> relationships
-
roles
List<String> roles
-
securityAnswer
String securityAnswer
-
securityQuestion
String securityQuestion
-
suspended
boolean suspended
-
token
String token
-
tokenExpireTime
OffsetDateTime tokenExpireTime
-
username
String username
-
-
Class org.apache.syncope.common.lib.to.VirSchemaTO extends SchemaTO implements Serializable
- serialVersionUID:
- -8198557479659701343L
-
-
Package org.apache.syncope.common.lib.types
-
Class org.apache.syncope.common.lib.types.AuditElements extends Object implements Serializable
- serialVersionUID:
- -4385059255522273254L
-
Class org.apache.syncope.common.lib.types.AuditLoggerName extends Object implements Serializable
- serialVersionUID:
- -647989486671786839L
-
Serialized Fields
-
category
String category
-
event
String event
-
result
AuditElements.Result result
-
subcategory
String subcategory
-
type
AuditElements.EventCategoryType type
-
-
Class org.apache.syncope.common.lib.types.ThreadPoolSettings extends Object implements Serializable
- serialVersionUID:
- -3860071577309258396L
-
Serialized Fields
-
corePoolSize
int corePoolSize
-
maxPoolSize
int maxPoolSize
-
queueCapacity
int queueCapacity
-
-