クラス WebAuthenticationService
java.lang.Object
org.codelibs.fess.app.service.WebAuthenticationService
public class WebAuthenticationService
extends java.lang.Object
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected FessConfig
fessConfig
protected WebAuthenticationBhv
webAuthenticationBhv
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 WebAuthenticationService()
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
delete(WebAuthentication webAuthentication)
org.dbflute.optional.OptionalEntity<WebAuthentication>
getWebAuthentication(java.lang.String id)
java.util.List<WebAuthentication>
getWebAuthenticationList(java.lang.String webConfigId)
java.util.List<WebAuthentication>
getWebAuthenticationList(WebAuthPager webAuthenticationPager)
protected void
setupListCondition(WebAuthenticationCB cb, WebAuthPager webAuthenticationPager)
void
store(WebAuthentication webAuthentication)
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
webAuthenticationBhv
-
fessConfig
-
-
コンストラクタの詳細
-
WebAuthenticationService
public WebAuthenticationService()
-
-
メソッドの詳細
-
getWebAuthenticationList
public java.util.List<WebAuthentication> getWebAuthenticationList(WebAuthPager webAuthenticationPager) -
getWebAuthentication
public org.dbflute.optional.OptionalEntity<WebAuthentication> getWebAuthentication(java.lang.String id) -
store
-
delete
-
setupListCondition
-
getWebAuthenticationList
-