Skip navigation links
org.apache.catalina.realm

Class JAASCallbackHandler

    • Field Detail

      • password

        protected char[] password
        The password to be authenticated with.
      • realm

        protected JAASRealm realm
        The associated JAASRealm instance.
      • username

        protected String username
        The username to be authenticated with.
    • Constructor Detail

      • JAASCallbackHandler

        public JAASCallbackHandler(JAASRealm realm,
                                   String username,
                                   char[] password)
        Construct a callback handler configured with the specified values.
        Parameters:
        realm - Our associated JAASRealm instance
        username - Username to be authenticated with
        password - Password to be authenticated with

Copyright © 2019. All rights reserved.