クラス WebAuthenticationService

java.lang.Object
org.codelibs.fess.app.service.WebAuthenticationService

public class WebAuthenticationService
extends java.lang.Object
  • フィールド詳細

  • コンストラクタの詳細

    • 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

      public void store​(WebAuthentication webAuthentication)
    • delete

      public void delete​(WebAuthentication webAuthentication)
    • setupListCondition

      protected void setupListCondition​(WebAuthenticationCB cb, WebAuthPager webAuthenticationPager)
    • getWebAuthenticationList

      public java.util.List<WebAuthentication> getWebAuthenticationList​(java.lang.String webConfigId)