Class UserAuthGSS

    • Field Detail

      • KRB5_MECH

        public static final org.ietf.jgss.Oid KRB5_MECH
      • KRB5_NT_PRINCIPAL

        public static final org.ietf.jgss.Oid KRB5_NT_PRINCIPAL
      • context

        private org.ietf.jgss.GSSContext context
      • identity

        private java.lang.String identity
    • Constructor Detail

      • UserAuthGSS

        public UserAuthGSS()
    • Method Detail

      • doAuth

        protected java.lang.Boolean doAuth​(Buffer buffer,
                                           boolean initial)
                                    throws java.lang.Exception
        Specified by:
        doAuth in class AbstractUserAuth
        Throws:
        java.lang.Exception
      • createOID

        public static org.ietf.jgss.Oid createOID​(java.lang.String rep)
        Utility to construct an Oid from a string, ignoring the annoying exception.
        Parameters:
        rep - The string form
        Returns:
        The Oid