| 
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.apache.slide.common.AbstractServiceBase
org.apache.slide.common.AbstractXAService
org.apache.slide.store.txjndi.JNDIPrincipalStore
com.isenshi.util.extlib.TgwJNDIPrincipalStore
| 入れ子クラスの概要 | 
| クラス org.apache.slide.store.txjndi.JNDIPrincipalStore から継承した入れ子クラス | 
org.apache.slide.store.txjndi.JNDIPrincipalStore.Refreshee, org.apache.slide.store.txjndi.JNDIPrincipalStore.RefreshThread | 
| フィールドの概要 | 
| クラス org.apache.slide.store.txjndi.JNDIPrincipalStore から継承したフィールド | 
cache, CACHE_DESCRIPTOR_PREFIX, CACHE_NAME, CACHE_OBJECT_PREFIX, container, ctxParameters, DEFAULT_CACHE_ETERNAL, DEFAULT_CACHE_OVERFLOW_TO_DISK, DEFAULT_CACHE_REFRESH_CHECK_RATE, DEFAULT_CACHE_REFRESH_RATE, DEFAULT_CACHE_REFRESH_THRESHOLD, DEFAULT_CACHE_SIZE, DEFAULT_CACHE_TTI, DEFAULT_CACHE_TTL, DEFAULT_JNDI_FILTER, DEFAULT_JNDI_SEARCH_ATTRIBUTES, descriptorAttributes, filter, groupMemberSet, isConnected, JNDI_PROPERTY_PREFIX, LDAP_NAMESPACE, LOG_CHANNEL, logValidationErrors, PARAM_CACHE_REFRESH_CHECK_RATE, PARAM_CACHE_REFRESH_RATE, PARAM_CACHE_REFRESH_THRESHOLD, PARAM_JNDI_CONTAINER, PARAM_JNDI_FILTER, PARAM_JNDI_GROUPMEMBERSET, PARAM_JNDI_RDN_ATTRIBUTE, PARAM_JNDI_SEARCH_ATTRIBUTES, PARAM_JNDI_SEARCH_SCOPE, PARAM_JNDI_USERPRINCIPALNAME, PARAM_LOG_VALIDATION_ERRORS, principalNameAttribute, rdnAttribute, refresher, refreshList, refreshRate, refreshThreadSleepTime, refreshThreshold, searchScope | 
| クラス org.apache.slide.common.AbstractServiceBase から継承したフィールド | 
namespace, scope | 
| インタフェース javax.transaction.xa.XAResource から継承したフィールド | 
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY | 
| コンストラクタの概要 | |
TgwJNDIPrincipalStore()
 | 
|
| メソッドの概要 | |
protected  void | 
addRefreshee(org.apache.slide.common.Uri uri,
             int refreshType)
 | 
protected  net.sf.ehcache.Cache | 
getCache()
 | 
protected  org.apache.slide.structure.SubjectNode | 
getObject(org.apache.slide.common.Uri uri)
 | 
protected  org.apache.slide.content.NodeRevisionDescriptor | 
getRevisionDescriptor(org.apache.slide.common.Uri uri)
 | 
 void | 
initialize(org.apache.slide.common.NamespaceAccessToken token)
 | 
protected  void | 
refreshCache()
 | 
 org.apache.slide.structure.ObjectNode | 
retrieveObject(org.apache.slide.common.Uri uri)
 | 
 org.apache.slide.content.NodeRevisionDescriptor | 
retrieveRevisionDescriptor(org.apache.slide.common.Uri uri,
                           org.apache.slide.content.NodeRevisionNumber revisionNumber)
 | 
 void | 
setParameters(Hashtable parameters)
 | 
| クラス org.apache.slide.store.txjndi.JNDIPrincipalStore から継承したメソッド | 
cacheResults, commit, connect, createObject, createRevisionContent, createRevisionDescriptor, createRevisionDescriptors, disconnect, end, enumerateLocks, enumeratePermissions, forget, getNextRefreshee, getObjectNameFromUri, getTransactionTimeout, grantPermission, isConnected, isSameRM, killLock, parseLdapName, prepare, putLock, recover, removeLock, removeObject, removeRefreshee, removeRevisionContent, removeRevisionDescriptor, removeRevisionDescriptors, renewLock, reset, retrieveRevisionContent, retrieveRevisionDescriptors, revokePermission, revokePermissions, rollback, setTransactionTimeout, start, storeObject, storeRevisionContent, storeRevisionDescriptor, storeRevisionDescriptors, validatePathName | 
| クラス org.apache.slide.common.AbstractServiceBase から継承したメソッド | 
connect, connectIfNeeded, connectIfNeeded, getLogger, setNamespace, setScope | 
| クラス java.lang.Object から継承したメソッド | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| インタフェース org.apache.slide.common.Service から継承したメソッド | 
connect, connectIfNeeded, connectIfNeeded, getLogger, setNamespace, setScope | 
| コンストラクタの詳細 | 
public TgwJNDIPrincipalStore()
| メソッドの詳細 | 
public void initialize(org.apache.slide.common.NamespaceAccessToken token)
                throws org.apache.slide.common.ServiceInitializationFailedException
org.apache.slide.common.ServiceInitializationFailedException
public org.apache.slide.content.NodeRevisionDescriptor retrieveRevisionDescriptor(org.apache.slide.common.Uri uri,
                                                                                  org.apache.slide.content.NodeRevisionNumber revisionNumber)
                                                                           throws org.apache.slide.common.ServiceAccessException,
                                                                                  org.apache.slide.content.RevisionDescriptorNotFoundException
org.apache.slide.common.ServiceAccessException
org.apache.slide.content.RevisionDescriptorNotFoundException
public org.apache.slide.structure.ObjectNode retrieveObject(org.apache.slide.common.Uri uri)
                                                     throws org.apache.slide.common.ServiceAccessException,
                                                            org.apache.slide.structure.ObjectNotFoundException
org.apache.slide.common.ServiceAccessException
org.apache.slide.structure.ObjectNotFoundException
public void setParameters(Hashtable parameters)
                   throws org.apache.slide.common.ServiceParameterErrorException,
                          org.apache.slide.common.ServiceParameterMissingException
org.apache.slide.common.ServiceParameterErrorException
org.apache.slide.common.ServiceParameterMissingException
protected org.apache.slide.structure.SubjectNode getObject(org.apache.slide.common.Uri uri)
                                                    throws org.apache.slide.structure.ObjectNotFoundException,
                                                           org.apache.slide.common.ServiceAccessException
org.apache.slide.structure.ObjectNotFoundException
org.apache.slide.common.ServiceAccessException
protected org.apache.slide.content.NodeRevisionDescriptor getRevisionDescriptor(org.apache.slide.common.Uri uri)
                                                                         throws org.apache.slide.content.RevisionDescriptorNotFoundException,
                                                                                org.apache.slide.common.ServiceAccessException
org.apache.slide.content.RevisionDescriptorNotFoundException
org.apache.slide.common.ServiceAccessException
protected void addRefreshee(org.apache.slide.common.Uri uri,
                            int refreshType)
protected net.sf.ehcache.Cache getCache()
protected void refreshCache()
  | 
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||