クラス BasicAuthenticationConverter

    • フィールドの詳細

      • AUTHENTICATION_SCHEME_BASIC

        public static final java.lang.String AUTHENTICATION_SCHEME_BASIC
        関連事項:
        定数フィールド値
    • コンストラクターの詳細

      • BasicAuthenticationConverter

        public BasicAuthenticationConverter()
      • BasicAuthenticationConverter

        public BasicAuthenticationConverter​(AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​?> authenticationDetailsSource)
    • メソッドの詳細

      • getCredentialsCharset

        public java.nio.charset.Charset getCredentialsCharset()
      • setCredentialsCharset

        public void setCredentialsCharset​(java.nio.charset.Charset credentialsCharset)
      • getAuthenticationDetailsSource

        public AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​?> getAuthenticationDetailsSource()
      • setAuthenticationDetailsSource

        public void setAuthenticationDetailsSource​(AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,​?> authenticationDetailsSource)
      • getCredentialsCharset

        protected java.nio.charset.Charset getCredentialsCharset​(javax.servlet.http.HttpServletRequest request)