Class GGSSchemeBase

    • Method Detail

      • getManager

        protected org.ietf.jgss.GSSManager getManager()
      • generateGSSToken

        protected byte[] generateGSSToken​(byte[] input,
                                          org.ietf.jgss.Oid oid,
                                          java.lang.String authServer)
                                   throws org.ietf.jgss.GSSException
        Throws:
        org.ietf.jgss.GSSException
      • generateGSSToken

        protected byte[] generateGSSToken​(byte[] input,
                                          org.ietf.jgss.Oid oid,
                                          java.lang.String authServer,
                                          Credentials credentials)
                                   throws org.ietf.jgss.GSSException
        Throws:
        org.ietf.jgss.GSSException
        Since:
        4.4
      • generateToken

        protected byte[] generateToken​(byte[] input,
                                       java.lang.String authServer,
                                       Credentials credentials)
                                throws org.ietf.jgss.GSSException
        Throws:
        org.ietf.jgss.GSSException
        Since:
        4.4
      • isComplete

        public boolean isComplete()
        Description copied from interface: AuthScheme
        Authentication process may involve a series of challenge-response exchanges. This method tests if the authorization process has been completed, either successfully or unsuccessfully, that is, all the required authorization challenges have been processed in their entirety.
        Returns:
        true if the authentication process has been completed, false otherwise.