Constant Field Values

Contents

org.apache.*

  • org.apache.syncope.core.persistence.jpa.dao.JPAAnySearchDAO 
    Modifier and Type Constant Field Value
    protected static final String SELECT_COLS_FROM_VIEW "any_id,creationContext,creationDate,creator,lastChangeContext,lastChangeDate,lastModifier,status,changePwdDate,cipherAlgorithm,failedLogins,lastLoginDate,mustChangePassword,suspended,username"
  • org.apache.syncope.core.persistence.jpa.dao.JPADynRealmDAO 
    Modifier and Type Constant Field Value
    public static final String DYNMEMB_TABLE "DynRealmMembers"
  • org.apache.syncope.core.persistence.jpa.dao.JPAGroupDAO 
    Modifier and Type Constant Field Value
    public static final String ADYNMEMB_TABLE "ADynGroupMembers"
    public static final String UDYNMEMB_TABLE "UDynGroupMembers"
  • org.apache.syncope.core.persistence.jpa.dao.JPARoleDAO 
    Modifier and Type Constant Field Value
    public static final String DYNMEMB_TABLE "DynRoleMembers"
  • org.apache.syncope.core.persistence.jpa.entity.AbstractSchema 
    Modifier and Type Constant Field Value
    public static final String TABLE "SyncopeSchema"
  • org.apache.syncope.core.persistence.jpa.entity.JPAAccessToken 
    Modifier and Type Constant Field Value
    public static final String TABLE "AccessToken"
  • org.apache.syncope.core.persistence.jpa.entity.JPAAnyAbout 
    Modifier and Type Constant Field Value
    public static final String TABLE "AnyAbout"
  • org.apache.syncope.core.persistence.jpa.entity.JPAAnyTemplateRealm 
    Modifier and Type Constant Field Value
    public static final String TABLE "AnyTemplateRealm"
  • org.apache.syncope.core.persistence.jpa.entity.JPAAnyType 
    Modifier and Type Constant Field Value
    public static final String TABLE "AnyType"
  • org.apache.syncope.core.persistence.jpa.entity.JPAAnyTypeClass 
    Modifier and Type Constant Field Value
    public static final String TABLE "AnyTypeClass"
  • org.apache.syncope.core.persistence.jpa.entity.JPAApplication 
    Modifier and Type Constant Field Value
    public static final String TABLE "Application"
  • org.apache.syncope.core.persistence.jpa.entity.JPAAuditConf 
    Modifier and Type Constant Field Value
    public static final String TABLE "AuditConf"
  • org.apache.syncope.core.persistence.jpa.entity.JPABatch 
    Modifier and Type Constant Field Value
    public static final String TABLE "SyncopeBatch"
  • org.apache.syncope.core.persistence.jpa.entity.JPAConnInstance 
    Modifier and Type Constant Field Value
    public static final String TABLE "ConnInstance"
  • org.apache.syncope.core.persistence.jpa.entity.JPADelegation 
    Modifier and Type Constant Field Value
    public static final String TABLE "Delegation"
  • org.apache.syncope.core.persistence.jpa.entity.JPADerSchema 
    Modifier and Type Constant Field Value
    public static final String TABLE "DerSchema"
  • org.apache.syncope.core.persistence.jpa.entity.JPADynRealm 
    Modifier and Type Constant Field Value
    public static final String TABLE "DynRealm"
  • org.apache.syncope.core.persistence.jpa.entity.JPADynRealmMembership 
    Modifier and Type Constant Field Value
    public static final String TABLE "DynRealmMembership"
  • org.apache.syncope.core.persistence.jpa.entity.JPAExternalResource 
    Modifier and Type Constant Field Value
    public static final String TABLE "ExternalResource"
  • org.apache.syncope.core.persistence.jpa.entity.JPAFIQLQuery 
    Modifier and Type Constant Field Value
    public static final String TABLE "FIQLQuery"
  • org.apache.syncope.core.persistence.jpa.entity.JPAImplementation 
    Modifier and Type Constant Field Value
    public static final String TABLE "Implementation"
  • org.apache.syncope.core.persistence.jpa.entity.JPAMailTemplate 
    Modifier and Type Constant Field Value
    public static final String TABLE "MailTemplate"
  • org.apache.syncope.core.persistence.jpa.entity.JPANotification 
    Modifier and Type Constant Field Value
    public static final String TABLE "Notification"
  • org.apache.syncope.core.persistence.jpa.entity.JPAPlainSchema 
    Modifier and Type Constant Field Value
    public static final String TABLE "PlainSchema"
  • org.apache.syncope.core.persistence.jpa.entity.JPAPrivilege 
    Modifier and Type Constant Field Value
    public static final String TABLE "Privilege"
  • org.apache.syncope.core.persistence.jpa.entity.JPARealm 
    Modifier and Type Constant Field Value
    public static final String TABLE "Realm"
  • org.apache.syncope.core.persistence.jpa.entity.JPARelationshipType 
    Modifier and Type Constant Field Value
    public static final String TABLE "RelationshipType"
  • org.apache.syncope.core.persistence.jpa.entity.JPARemediation 
    Modifier and Type Constant Field Value
    public static final String TABLE "Remediation"
  • org.apache.syncope.core.persistence.jpa.entity.JPAReport 
    Modifier and Type Constant Field Value
    public static final String TABLE "Report"
  • org.apache.syncope.core.persistence.jpa.entity.JPAReportExec 
    Modifier and Type Constant Field Value
    public static final String TABLE "ReportExec"
  • org.apache.syncope.core.persistence.jpa.entity.JPAReportTemplate 
    Modifier and Type Constant Field Value
    public static final String TABLE "ReportTemplate"
  • org.apache.syncope.core.persistence.jpa.entity.JPARole 
    Modifier and Type Constant Field Value
    public static final String TABLE "SyncopeRole"
  • org.apache.syncope.core.persistence.jpa.entity.JPASchemaLabel 
    Modifier and Type Constant Field Value
    public static final String TABLE "SchemaLabel"
  • org.apache.syncope.core.persistence.jpa.entity.JPASRARoute 
    Modifier and Type Constant Field Value
    public static final String TABLE "SRARoute"
  • org.apache.syncope.core.persistence.jpa.entity.JPAVirSchema 
    Modifier and Type Constant Field Value
    public static final String TABLE "VirSchema"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPAAttrRepo 
    Modifier and Type Constant Field Value
    public static final String TABLE "AttrRepo"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPAAuthModule 
    Modifier and Type Constant Field Value
    public static final String TABLE "AuthModule"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPAAuthProfile 
    Modifier and Type Constant Field Value
    public static final String TABLE "AuthProfile"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPACASSPClientApp 
    Modifier and Type Constant Field Value
    public static final String TABLE "CASSPClientApp"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPAOIDCJWKS 
    Modifier and Type Constant Field Value
    public static final String TABLE "OIDCJWKS"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPAOIDCRPClientApp 
    Modifier and Type Constant Field Value
    public static final String TABLE "OIDCRPClientApp"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPASAML2IdPEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE "SAML2IdPEntity"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPASAML2SPClientApp 
    Modifier and Type Constant Field Value
    public static final String TABLE "SAML2SPClientApp"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPASAML2SPEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE "SAML2SPEntity"
  • org.apache.syncope.core.persistence.jpa.entity.am.JPAWAConfigEntry 
    Modifier and Type Constant Field Value
    public static final String TABLE "WAConfigEntry"
  • org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAADynGroupMembership 
    Modifier and Type Constant Field Value
    public static final String TABLE "ADynGroupMembership"
  • org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAAMembership 
    Modifier and Type Constant Field Value
    public static final String TABLE "AMembership"
  • org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAAnyObject 
    Modifier and Type Constant Field Value
    public static final String TABLE "AnyObject"
  • org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAAPlainAttr 
    Modifier and Type Constant Field Value
    public static final String TABLE "APlainAttr"
  • org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAAPlainAttrUniqueValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "APlainAttrUniqueValue"
  • org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAAPlainAttrValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "APlainAttrValue"
  • org.apache.syncope.core.persistence.jpa.entity.anyobject.JPAARelationship 
    Modifier and Type Constant Field Value
    public static final String TABLE "ARelationship"
  • org.apache.syncope.core.persistence.jpa.entity.group.JPAGPlainAttr 
    Modifier and Type Constant Field Value
    public static final String TABLE "GPlainAttr"
  • org.apache.syncope.core.persistence.jpa.entity.group.JPAGPlainAttrUniqueValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "GPlainAttrUniqueValue"
  • org.apache.syncope.core.persistence.jpa.entity.group.JPAGPlainAttrValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "GPlainAttrValue"
  • org.apache.syncope.core.persistence.jpa.entity.group.JPAGroup 
    Modifier and Type Constant Field Value
    public static final String TABLE "SyncopeGroup"
  • org.apache.syncope.core.persistence.jpa.entity.group.JPATypeExtension 
    Modifier and Type Constant Field Value
    public static final String TABLE "TypeExtension"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAAccessPolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "AccessPolicy"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAAccountPolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "AccountPolicy"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAAttrReleasePolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "AttrReleasePolicy"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAAuthPolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "AuthPolicy"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAPasswordPolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "PasswordPolicy"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAPropagationPolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "PropagationPolicy"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAPullCorrelationRuleEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE "PullCorrelationRuleEntity"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAPullPolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "PullPolicy"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAPushCorrelationRuleEntity 
    Modifier and Type Constant Field Value
    public static final String TABLE "PushCorrelationRuleEntity"
  • org.apache.syncope.core.persistence.jpa.entity.policy.JPAPushPolicy 
    Modifier and Type Constant Field Value
    public static final String TABLE "PushPolicy"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAAnyTemplatePullTask 
    Modifier and Type Constant Field Value
    public static final String TABLE "AnyTemplatePullTask"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAMacroTask 
    Modifier and Type Constant Field Value
    public static final String TABLE "MacroTask"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAMacroTaskExec 
    Modifier and Type Constant Field Value
    public static final String TABLE "MacroTaskExec"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPANotificationTask 
    Modifier and Type Constant Field Value
    public static final String TABLE "NotificationTask"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPANotificationTaskExec 
    Modifier and Type Constant Field Value
    public static final String TABLE "NotificationTaskExec"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAPropagationTask 
    Modifier and Type Constant Field Value
    public static final String TABLE "PropagationTask"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAPropagationTaskExec 
    Modifier and Type Constant Field Value
    public static final String TABLE "PropagationTaskExec"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAPullTask 
    Modifier and Type Constant Field Value
    public static final String TABLE "PullTask"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAPullTaskExec 
    Modifier and Type Constant Field Value
    public static final String TABLE "PullTaskExec"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAPushTask 
    Modifier and Type Constant Field Value
    public static final String TABLE "PushTask"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAPushTaskAnyFilter 
    Modifier and Type Constant Field Value
    public static final String TABLE "PushTaskAnyFilter"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPAPushTaskExec 
    Modifier and Type Constant Field Value
    public static final String TABLE "PushTaskExec"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPASchedTask 
    Modifier and Type Constant Field Value
    public static final String TABLE "SchedTask"
  • org.apache.syncope.core.persistence.jpa.entity.task.JPASchedTaskExec 
    Modifier and Type Constant Field Value
    public static final String TABLE "SchedTaskExec"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPADynRoleMembership 
    Modifier and Type Constant Field Value
    public static final String TABLE "DynRoleMembership"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPALAPlainAttr 
    Modifier and Type Constant Field Value
    public static final String TABLE "LAPlainAttr"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPALAPlainAttrUniqueValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "LAPlainAttrUniqueValue"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPALAPlainAttrValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "LAPlainAttrValue"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPALinkedAccount 
    Modifier and Type Constant Field Value
    public static final String TABLE "LinkedAccount"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPASecurityQuestion 
    Modifier and Type Constant Field Value
    public static final String TABLE "SecurityQuestion"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPAUDynGroupMembership 
    Modifier and Type Constant Field Value
    public static final String TABLE "UDynGroupMembership"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPAUMembership 
    Modifier and Type Constant Field Value
    public static final String TABLE "UMembership"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPAUPlainAttr 
    Modifier and Type Constant Field Value
    public static final String TABLE "UPlainAttr"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPAUPlainAttrUniqueValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "UPlainAttrUniqueValue"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPAUPlainAttrValue 
    Modifier and Type Constant Field Value
    public static final String TABLE "UPlainAttrValue"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPAURelationship 
    Modifier and Type Constant Field Value
    public static final String TABLE "URelationship"
  • org.apache.syncope.core.persistence.jpa.entity.user.JPAUser 
    Modifier and Type Constant Field Value
    public static final String TABLE "SyncopeUser"