org.kotemaru.auth.localfile
クラス BigtableUserDB
java.lang.Object
org.kotemaru.auth.localfile.BigtableUserDB
public class BigtableUserDB
- extends java.lang.Object
フィールドの概要 |
static java.util.Map<java.lang.String,org.kotemaru.auth.localfile.BigtableUserDB.UserDef> |
cache
|
static com.google.appengine.api.datastore.DatastoreServiceFactory |
DSF
|
static java.lang.String |
KIND
|
static java.lang.String |
ROLES
|
メソッドの概要 |
static boolean |
delEntity(com.google.appengine.api.datastore.Entity entity)
|
static com.google.appengine.api.datastore.Entity |
getEntity(java.lang.String userName)
|
org.kotemaru.auth.localfile.BigtableUserDB.UserDef |
getUserDef(java.lang.String userName)
|
static com.google.appengine.api.datastore.Entity |
newEntity(java.lang.String userName)
|
static void |
putEntity(com.google.appengine.api.datastore.Entity entity)
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSF
public static final com.google.appengine.api.datastore.DatastoreServiceFactory DSF
KIND
public static final java.lang.String KIND
- 関連項目:
- 定数フィールド値
ROLES
public static final java.lang.String ROLES
- 関連項目:
- 定数フィールド値
cache
public static final java.util.Map<java.lang.String,org.kotemaru.auth.localfile.BigtableUserDB.UserDef> cache
BigtableUserDB
public BigtableUserDB()
newEntity
public static com.google.appengine.api.datastore.Entity newEntity(java.lang.String userName)
putEntity
public static void putEntity(com.google.appengine.api.datastore.Entity entity)
getEntity
public static com.google.appengine.api.datastore.Entity getEntity(java.lang.String userName)
delEntity
public static boolean delEntity(com.google.appengine.api.datastore.Entity entity)
getUserDef
public org.kotemaru.auth.localfile.BigtableUserDB.UserDef getUserDef(java.lang.String userName)
Copyright © 2009 kotemaru.