クラス IdPasswordAutoLoginHandler

java.lang.Object
org.iplass.mtp.impl.auth.authenticate.builtin.web.IdPasswordAutoLoginHandler
すべての実装されたインタフェース:
org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler

public class IdPasswordAutoLoginHandler extends Object implements org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
ID/PasswordベースのAutoLoginHandler。
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    static final String
     
    static final String
     
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction
    handle(org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user)
     
    handleException(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.ApplicationException e, org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user)
     
    void
    handleSuccess(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.command.RequestContext req, org.iplass.mtp.impl.auth.UserContext user)
     
    boolean
     
    boolean
     
    void
    setEnableBasicAuthentication(boolean enableBasicAuthentication)
     
    void
    setRejectAmbiguousRequest(boolean rejectAmbiguousRequest)
     

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler

    inited
  • フィールド詳細

  • コンストラクタの詳細

    • IdPasswordAutoLoginHandler

      public IdPasswordAutoLoginHandler()
  • メソッドの詳細

    • isRejectAmbiguousRequest

      public boolean isRejectAmbiguousRequest()
    • setRejectAmbiguousRequest

      public void setRejectAmbiguousRequest(boolean rejectAmbiguousRequest)
    • isEnableBasicAuthentication

      public boolean isEnableBasicAuthentication()
    • setEnableBasicAuthentication

      public void setEnableBasicAuthentication(boolean enableBasicAuthentication)
    • handle

      public org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction handle(org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user)
      定義:
      handle インタフェース内 org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
    • handleSuccess

      public void handleSuccess(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.command.RequestContext req, org.iplass.mtp.impl.auth.UserContext user)
      定義:
      handleSuccess インタフェース内 org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
    • handleException

      public Exception handleException(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.ApplicationException e, org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user)
      定義:
      handleException インタフェース内 org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler