Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-483

Developer guide issues from chap. 21.-29.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • JDG 7.0.0 ER9
    • None
    • Documentation
    • None

      • 21.7.1.3.1. Configure Hot Rod Authentication (GSSAPI/Kerberos)
        better formatting of example for step 4 in Procedure 21.1. Configure SASL GSSAPI/Kerberos Authentication - Client-side Configuration, namely put each ef these commands on separate line:
        LoginContext lc = new LoginContext("GssExample", new MyCallbackHandler("krb_user", "krb_password".toCharArra()));lc.login();Subject clientSubject = lc.getSubject();
        
      • 21.7.1.3.2. Configure Hot Rod Authentication (MD5)
        same as above:
        ConfigurationBuilder clientBuilder = new ConfigurationBuilder();clientBuilder
        

        and

        "qwer1234!".toCharArray()));remoteCacheManager = new RemoteCacheManager(clientBuilder.build());RemoteCache<String, String> cache = 
        

              rhn-support-chuffman Christian Huffman
              vjuranek@redhat.com Vojtech Juranek
              Vojtech Juranek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: