Home | History | Annotate | Download | only in managed

Lines Matching defs:Schema

21 // Main property is the schema used to handle password. For now it can be either
22 // plain password schema, when plain text password is passed to standard
24 // schema, when password is additioUpdateContextToChecknally hashed with
26 // Second schema is required to allow password syncing across devices for
30 enum Schema {
55 // Returns current schema for whole ChromeOS. It defines if users with older
56 // schema should be migrated somehow.
57 Schema GetStableSchema();
59 // Transforms key according to schema specified in Local State.
63 // depending on target schema. Does not affect Local State.
81 // Checks if password was migrated to new schema by supervised user.
101 // Utility method that gets schema version for |user_id| from Local State.
102 Schema GetPasswordSchema(const std::string& user_id);
115 // Target schema version. Affects migration process and new user creation.
116 Schema stable_schema_;