Interface GSSRealm

    • Method Detail

      • authenticate

        java.security.Principal authenticate​(org.ietf.jgss.GSSName gssName,
                                             org.ietf.jgss.GSSCredential gssCredential)
        Deprecated.
        Try to authenticate using a GSSName
        Parameters:
        gssName - The GSSName of the principal to look up
        gssCredential - The GSSCredential of the principal, may be null
        Returns:
        the associated principal, or null if there is none